Skip to main content

IdentityProfileIdentityErrorReportArguments

Properties

NameTypeDescriptionNotes
AuthoritativeSourcestringSource ID.

Methods

NewIdentityProfileIdentityErrorReportArguments

func NewIdentityProfileIdentityErrorReportArguments(authoritativeSource string, ) *IdentityProfileIdentityErrorReportArguments

NewIdentityProfileIdentityErrorReportArguments instantiates a new IdentityProfileIdentityErrorReportArguments 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

NewIdentityProfileIdentityErrorReportArgumentsWithDefaults

func NewIdentityProfileIdentityErrorReportArgumentsWithDefaults() *IdentityProfileIdentityErrorReportArguments

NewIdentityProfileIdentityErrorReportArgumentsWithDefaults instantiates a new IdentityProfileIdentityErrorReportArguments 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

GetAuthoritativeSource

func (o *IdentityProfileIdentityErrorReportArguments) GetAuthoritativeSource() string

GetAuthoritativeSource returns the AuthoritativeSource field if non-nil, zero value otherwise.

GetAuthoritativeSourceOk

func (o *IdentityProfileIdentityErrorReportArguments) GetAuthoritativeSourceOk() (*string, bool)

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

SetAuthoritativeSource

func (o *IdentityProfileIdentityErrorReportArguments) SetAuthoritativeSource(v string)

SetAuthoritativeSource sets AuthoritativeSource field to given value.