Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | Identifier of bulk request item. | [optional] |
StatusCode | Pointer to int32 | Response status value. | [optional] |
Message | Pointer to string | Status containing additional context information about failures. | [optional] |
func NewBulkIdentitiesAccountsResponse() *BulkIdentitiesAccountsResponse
NewBulkIdentitiesAccountsResponse instantiates a new BulkIdentitiesAccountsResponse 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 NewBulkIdentitiesAccountsResponseWithDefaults() *BulkIdentitiesAccountsResponse
NewBulkIdentitiesAccountsResponseWithDefaults instantiates a new BulkIdentitiesAccountsResponse 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 *BulkIdentitiesAccountsResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *BulkIdentitiesAccountsResponse) GetIdOk() (*string, 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 *BulkIdentitiesAccountsResponse) SetId(v string)
SetId sets Id field to given value.
func (o *BulkIdentitiesAccountsResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *BulkIdentitiesAccountsResponse) GetStatusCode() int32
GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.
func (o *BulkIdentitiesAccountsResponse) GetStatusCodeOk() (*int32, bool)
GetStatusCodeOk returns a tuple with the StatusCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkIdentitiesAccountsResponse) SetStatusCode(v int32)
SetStatusCode sets StatusCode field to given value.
func (o *BulkIdentitiesAccountsResponse) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (o *BulkIdentitiesAccountsResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *BulkIdentitiesAccountsResponse) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkIdentitiesAccountsResponse) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *BulkIdentitiesAccountsResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.