Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 1.98 KB

Osarch.md

File metadata and controls

77 lines (42 loc) · 1.98 KB

Osarch

Properties

Name Type Description Notes
OsarchId Pointer to int32 [optional] [readonly]
OsarchName string

Methods

NewOsarch

func NewOsarch(osarchName string, ) *Osarch

NewOsarch instantiates a new Osarch 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

NewOsarchWithDefaults

func NewOsarchWithDefaults() *Osarch

NewOsarchWithDefaults instantiates a new Osarch 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

GetOsarchId

func (o *Osarch) GetOsarchId() int32

GetOsarchId returns the OsarchId field if non-nil, zero value otherwise.

GetOsarchIdOk

func (o *Osarch) GetOsarchIdOk() (*int32, bool)

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

SetOsarchId

func (o *Osarch) SetOsarchId(v int32)

SetOsarchId sets OsarchId field to given value.

HasOsarchId

func (o *Osarch) HasOsarchId() bool

HasOsarchId returns a boolean if a field has been set.

GetOsarchName

func (o *Osarch) GetOsarchName() string

GetOsarchName returns the OsarchName field if non-nil, zero value otherwise.

GetOsarchNameOk

func (o *Osarch) GetOsarchNameOk() (*string, bool)

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

SetOsarchName

func (o *Osarch) SetOsarchName(v string)

SetOsarchName sets OsarchName field to given value.

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