Skip to main content

IdentitycollectordependenciesconflicterrorMessagesInner

Properties

NameTypeDescriptionNotes
LocalePointer to stringThe locale for the message text, a BCP 47 language tag.[optional]
LocaleOriginPointer to stringAn indicator of how the locale was selected.[optional]
TextPointer to stringActual text of the error message in the indicated locale.[optional]

Methods

NewIdentitycollectordependenciesconflicterrorMessagesInner

func NewIdentitycollectordependenciesconflicterrorMessagesInner() *IdentitycollectordependenciesconflicterrorMessagesInner

NewIdentitycollectordependenciesconflicterrorMessagesInner instantiates a new IdentitycollectordependenciesconflicterrorMessagesInner 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

NewIdentitycollectordependenciesconflicterrorMessagesInnerWithDefaults

func NewIdentitycollectordependenciesconflicterrorMessagesInnerWithDefaults() *IdentitycollectordependenciesconflicterrorMessagesInner

NewIdentitycollectordependenciesconflicterrorMessagesInnerWithDefaults instantiates a new IdentitycollectordependenciesconflicterrorMessagesInner 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

GetLocale

func (o *IdentitycollectordependenciesconflicterrorMessagesInner) GetLocale() string

GetLocale returns the Locale field if non-nil, zero value otherwise.

GetLocaleOk

func (o *IdentitycollectordependenciesconflicterrorMessagesInner) GetLocaleOk() (*string, bool)

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

SetLocale

func (o *IdentitycollectordependenciesconflicterrorMessagesInner) SetLocale(v string)

SetLocale sets Locale field to given value.

HasLocale

func (o *IdentitycollectordependenciesconflicterrorMessagesInner) HasLocale() bool

HasLocale returns a boolean if a field has been set.

GetLocaleOrigin

func (o *IdentitycollectordependenciesconflicterrorMessagesInner) GetLocaleOrigin() string

GetLocaleOrigin returns the LocaleOrigin field if non-nil, zero value otherwise.

GetLocaleOriginOk

func (o *IdentitycollectordependenciesconflicterrorMessagesInner) GetLocaleOriginOk() (*string, bool)

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

SetLocaleOrigin

func (o *IdentitycollectordependenciesconflicterrorMessagesInner) SetLocaleOrigin(v string)

SetLocaleOrigin sets LocaleOrigin field to given value.

HasLocaleOrigin

func (o *IdentitycollectordependenciesconflicterrorMessagesInner) HasLocaleOrigin() bool

HasLocaleOrigin returns a boolean if a field has been set.

GetText

func (o *IdentitycollectordependenciesconflicterrorMessagesInner) GetText() string

GetText returns the Text field if non-nil, zero value otherwise.

GetTextOk

func (o *IdentitycollectordependenciesconflicterrorMessagesInner) GetTextOk() (*string, bool)

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

SetText

func (o *IdentitycollectordependenciesconflicterrorMessagesInner) SetText(v string)

SetText sets Text field to given value.

HasText

func (o *IdentitycollectordependenciesconflicterrorMessagesInner) HasText() bool

HasText returns a boolean if a field has been set.