Skip to main content

MisBulkResponse

Properties

NameTypeDescriptionNotes
IdstringMachine identity or machine account ID from the request.
Statusint32HTTP status code for this ID. For example, 200 indicates success, 404 indicates the resource was not found or is not accessible to the caller, and 409 indicates a conflict such as a duplicate ID in the batch.
MessagePointer to stringHuman-readable detail for this result.[optional]

Methods

NewMisBulkResponse

func NewMisBulkResponse(id string, status int32, ) *MisBulkResponse

NewMisBulkResponse instantiates a new MisBulkResponse 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

NewMisBulkResponseWithDefaults

func NewMisBulkResponseWithDefaults() *MisBulkResponse

NewMisBulkResponseWithDefaults instantiates a new MisBulkResponse 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 *MisBulkResponse) GetId() string

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

GetIdOk

func (o *MisBulkResponse) 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.

SetId

func (o *MisBulkResponse) SetId(v string)

SetId sets Id field to given value.

GetStatus

func (o *MisBulkResponse) GetStatus() int32

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *MisBulkResponse) GetStatusOk() (*int32, bool)

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

SetStatus

func (o *MisBulkResponse) SetStatus(v int32)

SetStatus sets Status field to given value.

GetMessage

func (o *MisBulkResponse) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *MisBulkResponse) 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.

SetMessage

func (o *MisBulkResponse) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *MisBulkResponse) HasMessage() bool

HasMessage returns a boolean if a field has been set.