Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.27 KB

Casepriority.md

File metadata and controls

77 lines (42 loc) · 2.27 KB

Casepriority

Properties

Name Type Description Notes
CasepriorityId Pointer to int32 [optional] [readonly]
CasepriorityName string

Methods

NewCasepriority

func NewCasepriority(casepriorityName string, ) *Casepriority

NewCasepriority instantiates a new Casepriority object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewCasepriorityWithDefaults

func NewCasepriorityWithDefaults() *Casepriority

NewCasepriorityWithDefaults instantiates a new Casepriority object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetCasepriorityId

func (o *Casepriority) GetCasepriorityId() int32

GetCasepriorityId returns the CasepriorityId field if non-nil, zero value otherwise.

GetCasepriorityIdOk

func (o *Casepriority) GetCasepriorityIdOk() (*int32, bool)

GetCasepriorityIdOk returns a tuple with the CasepriorityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCasepriorityId

func (o *Casepriority) SetCasepriorityId(v int32)

SetCasepriorityId sets CasepriorityId field to given value.

HasCasepriorityId

func (o *Casepriority) HasCasepriorityId() bool

HasCasepriorityId returns a boolean if a field has been set.

GetCasepriorityName

func (o *Casepriority) GetCasepriorityName() string

GetCasepriorityName returns the CasepriorityName field if non-nil, zero value otherwise.

GetCasepriorityNameOk

func (o *Casepriority) GetCasepriorityNameOk() (*string, bool)

GetCasepriorityNameOk returns a tuple with the CasepriorityName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCasepriorityName

func (o *Casepriority) SetCasepriorityName(v string)

SetCasepriorityName sets CasepriorityName field to given value.

[Back to Model list] [Back to API list] [Back to README]