Name | Type | Description | Notes |
---|---|---|---|
Codepage | int32 | Codepage | |
Lang | string | Language | |
MagicType | string | Resource type | |
Offset | int32 | Resource offset | |
Size | int32 | Resource size | |
Sublang | string | Sub-Language |
func NewResourceAllOf(codepage int32, lang string, magicType string, offset int32, size int32, sublang string, ) *ResourceAllOf
NewResourceAllOf instantiates a new ResourceAllOf 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 NewResourceAllOfWithDefaults() *ResourceAllOf
NewResourceAllOfWithDefaults instantiates a new ResourceAllOf 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 *ResourceAllOf) GetCodepage() int32
GetCodepage returns the Codepage field if non-nil, zero value otherwise.
func (o *ResourceAllOf) GetCodepageOk() (*int32, bool)
GetCodepageOk returns a tuple with the Codepage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceAllOf) SetCodepage(v int32)
SetCodepage sets Codepage field to given value.
func (o *ResourceAllOf) GetLang() string
GetLang returns the Lang field if non-nil, zero value otherwise.
func (o *ResourceAllOf) GetLangOk() (*string, bool)
GetLangOk returns a tuple with the Lang field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceAllOf) SetLang(v string)
SetLang sets Lang field to given value.
func (o *ResourceAllOf) GetMagicType() string
GetMagicType returns the MagicType field if non-nil, zero value otherwise.
func (o *ResourceAllOf) GetMagicTypeOk() (*string, bool)
GetMagicTypeOk returns a tuple with the MagicType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceAllOf) SetMagicType(v string)
SetMagicType sets MagicType field to given value.
func (o *ResourceAllOf) GetOffset() int32
GetOffset returns the Offset field if non-nil, zero value otherwise.
func (o *ResourceAllOf) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceAllOf) SetOffset(v int32)
SetOffset sets Offset field to given value.
func (o *ResourceAllOf) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *ResourceAllOf) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceAllOf) SetSize(v int32)
SetSize sets Size field to given value.
func (o *ResourceAllOf) GetSublang() string
GetSublang returns the Sublang field if non-nil, zero value otherwise.
func (o *ResourceAllOf) GetSublangOk() (*string, bool)
GetSublangOk returns a tuple with the Sublang field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResourceAllOf) SetSublang(v string)
SetSublang sets Sublang field to given value.