Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.04 KB

LanguageProfileItemResource.md

File metadata and controls

108 lines (59 loc) · 3.04 KB

LanguageProfileItemResource

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Language Pointer to Language [optional]
Allowed Pointer to bool [optional]

Methods

NewLanguageProfileItemResource

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

NewLanguageProfileItemResourceWithDefaults

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

GetId

func (o *LanguageProfileItemResource) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *LanguageProfileItemResource) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *LanguageProfileItemResource) HasId() bool

HasId returns a boolean if a field has been set.

GetLanguage

func (o *LanguageProfileItemResource) GetLanguage() Language

GetLanguage returns the Language field if non-nil, zero value otherwise.

GetLanguageOk

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.

SetLanguage

func (o *LanguageProfileItemResource) SetLanguage(v Language)

SetLanguage sets Language field to given value.

HasLanguage

func (o *LanguageProfileItemResource) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

GetAllowed

func (o *LanguageProfileItemResource) GetAllowed() bool

GetAllowed returns the Allowed field if non-nil, zero value otherwise.

GetAllowedOk

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.

SetAllowed

func (o *LanguageProfileItemResource) SetAllowed(v bool)

SetAllowed sets Allowed field to given value.

HasAllowed

func (o *LanguageProfileItemResource) HasAllowed() bool

HasAllowed returns a boolean if a field has been set.

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