Name | Type | Description | Notes |
---|---|---|---|
Succeeded | Pointer to int32 | [optional] | |
Failed | Pointer to int32 | [optional] | |
Error | Pointer to string | [optional] |
func NewBulkOperationSummary() *BulkOperationSummary
NewBulkOperationSummary instantiates a new BulkOperationSummary 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 NewBulkOperationSummaryWithDefaults() *BulkOperationSummary
NewBulkOperationSummaryWithDefaults instantiates a new BulkOperationSummary 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 *BulkOperationSummary) GetSucceeded() int32
GetSucceeded returns the Succeeded field if non-nil, zero value otherwise.
func (o *BulkOperationSummary) GetSucceededOk() (*int32, bool)
GetSucceededOk returns a tuple with the Succeeded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkOperationSummary) SetSucceeded(v int32)
SetSucceeded sets Succeeded field to given value.
func (o *BulkOperationSummary) HasSucceeded() bool
HasSucceeded returns a boolean if a field has been set.
func (o *BulkOperationSummary) GetFailed() int32
GetFailed returns the Failed field if non-nil, zero value otherwise.
func (o *BulkOperationSummary) GetFailedOk() (*int32, bool)
GetFailedOk returns a tuple with the Failed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkOperationSummary) SetFailed(v int32)
SetFailed sets Failed field to given value.
func (o *BulkOperationSummary) HasFailed() bool
HasFailed returns a boolean if a field has been set.
func (o *BulkOperationSummary) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *BulkOperationSummary) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkOperationSummary) SetError(v string)
SetError sets Error field to given value.
func (o *BulkOperationSummary) HasError() bool
HasError returns a boolean if a field has been set.