Name | Type | Description | Notes |
---|---|---|---|
InvalidExternalUserIds | Pointer to []string | Returned if using include_external_user_ids | [optional] |
InvalidPlayerIds | Pointer to []string | Returned if using include_player_ids and some were valid and others were not. | [optional] |
func NewInvalidIdentifierError() *InvalidIdentifierError
NewInvalidIdentifierError instantiates a new InvalidIdentifierError 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 NewInvalidIdentifierErrorWithDefaults() *InvalidIdentifierError
NewInvalidIdentifierErrorWithDefaults instantiates a new InvalidIdentifierError 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 *InvalidIdentifierError) GetInvalidExternalUserIds() []string
GetInvalidExternalUserIds returns the InvalidExternalUserIds field if non-nil, zero value otherwise.
func (o *InvalidIdentifierError) GetInvalidExternalUserIdsOk() (*[]string, bool)
GetInvalidExternalUserIdsOk returns a tuple with the InvalidExternalUserIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InvalidIdentifierError) SetInvalidExternalUserIds(v []string)
SetInvalidExternalUserIds sets InvalidExternalUserIds field to given value.
func (o *InvalidIdentifierError) HasInvalidExternalUserIds() bool
HasInvalidExternalUserIds returns a boolean if a field has been set.
func (o *InvalidIdentifierError) GetInvalidPlayerIds() []string
GetInvalidPlayerIds returns the InvalidPlayerIds field if non-nil, zero value otherwise.
func (o *InvalidIdentifierError) GetInvalidPlayerIdsOk() (*[]string, bool)
GetInvalidPlayerIdsOk returns a tuple with the InvalidPlayerIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InvalidIdentifierError) SetInvalidPlayerIds(v []string)
SetInvalidPlayerIds sets InvalidPlayerIds field to given value.
func (o *InvalidIdentifierError) HasInvalidPlayerIds() bool
HasInvalidPlayerIds returns a boolean if a field has been set.