Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.08 KB

Casetype.md

File metadata and controls

77 lines (42 loc) · 2.08 KB

Casetype

Properties

Name Type Description Notes
CasetypeId Pointer to int32 [optional] [readonly]
CasetypeName string

Methods

NewCasetype

func NewCasetype(casetypeName string, ) *Casetype

NewCasetype instantiates a new Casetype 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

NewCasetypeWithDefaults

func NewCasetypeWithDefaults() *Casetype

NewCasetypeWithDefaults instantiates a new Casetype 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

GetCasetypeId

func (o *Casetype) GetCasetypeId() int32

GetCasetypeId returns the CasetypeId field if non-nil, zero value otherwise.

GetCasetypeIdOk

func (o *Casetype) GetCasetypeIdOk() (*int32, bool)

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

SetCasetypeId

func (o *Casetype) SetCasetypeId(v int32)

SetCasetypeId sets CasetypeId field to given value.

HasCasetypeId

func (o *Casetype) HasCasetypeId() bool

HasCasetypeId returns a boolean if a field has been set.

GetCasetypeName

func (o *Casetype) GetCasetypeName() string

GetCasetypeName returns the CasetypeName field if non-nil, zero value otherwise.

GetCasetypeNameOk

func (o *Casetype) GetCasetypeNameOk() (*string, bool)

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

SetCasetypeName

func (o *Casetype) SetCasetypeName(v string)

SetCasetypeName sets CasetypeName field to given value.

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