Name | Type | Description | Notes |
---|---|---|---|
OsarchId | Pointer to int32 | [optional] [readonly] | |
OsarchName | string |
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
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
func (o *Osarch) GetOsarchId() int32
GetOsarchId returns the OsarchId field if non-nil, zero value otherwise.
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.
func (o *Osarch) SetOsarchId(v int32)
SetOsarchId sets OsarchId field to given value.
func (o *Osarch) HasOsarchId() bool
HasOsarchId returns a boolean if a field has been set.
func (o *Osarch) GetOsarchName() string
GetOsarchName returns the OsarchName field if non-nil, zero value otherwise.
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.
func (o *Osarch) SetOsarchName(v string)
SetOsarchName sets OsarchName field to given value.