Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Language | Pointer to Language | [optional] | |
Allowed | Pointer to bool | [optional] |
func NewLanguageProfileItemResource() *LanguageProfileItemResource
NewLanguageProfileItemResource instantiates a new LanguageProfileItemResource 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 NewLanguageProfileItemResourceWithDefaults() *LanguageProfileItemResource
NewLanguageProfileItemResourceWithDefaults instantiates a new LanguageProfileItemResource 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 *LanguageProfileItemResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *LanguageProfileItemResource) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LanguageProfileItemResource) SetId(v int32)
SetId sets Id field to given value.
func (o *LanguageProfileItemResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *LanguageProfileItemResource) GetLanguage() Language
GetLanguage returns the Language field if non-nil, zero value otherwise.
func (o *LanguageProfileItemResource) GetLanguageOk() (*Language, bool)
GetLanguageOk returns a tuple with the Language field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LanguageProfileItemResource) SetLanguage(v Language)
SetLanguage sets Language field to given value.
func (o *LanguageProfileItemResource) HasLanguage() bool
HasLanguage returns a boolean if a field has been set.
func (o *LanguageProfileItemResource) GetAllowed() bool
GetAllowed returns the Allowed field if non-nil, zero value otherwise.
func (o *LanguageProfileItemResource) GetAllowedOk() (*bool, bool)
GetAllowedOk returns a tuple with the Allowed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LanguageProfileItemResource) SetAllowed(v bool)
SetAllowed sets Allowed field to given value.
func (o *LanguageProfileItemResource) HasAllowed() bool
HasAllowed returns a boolean if a field has been set.