BatchModifyCountVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Failures | Pointer to int32 | [optional] | |
| Successes | Pointer to int32 | [optional] |
Methods
NewBatchModifyCountVO
func NewBatchModifyCountVO() *BatchModifyCountVO
NewBatchModifyCountVO instantiates a new BatchModifyCountVO 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
NewBatchModifyCountVOWithDefaults
func NewBatchModifyCountVOWithDefaults() *BatchModifyCountVO
NewBatchModifyCountVOWithDefaults instantiates a new BatchModifyCountVO 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
GetFailures
func (o *BatchModifyCountVO) GetFailures() int32
GetFailures returns the Failures field if non-nil, zero value otherwise.
GetFailuresOk
func (o *BatchModifyCountVO) GetFailuresOk() (*int32, bool)
GetFailuresOk returns a tuple with the Failures field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFailures
func (o *BatchModifyCountVO) SetFailures(v int32)
SetFailures sets Failures field to given value.
HasFailures
func (o *BatchModifyCountVO) HasFailures() bool
HasFailures returns a boolean if a field has been set.
GetSuccesses
func (o *BatchModifyCountVO) GetSuccesses() int32
GetSuccesses returns the Successes field if non-nil, zero value otherwise.
GetSuccessesOk
func (o *BatchModifyCountVO) GetSuccessesOk() (*int32, bool)
GetSuccessesOk returns a tuple with the Successes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSuccesses
func (o *BatchModifyCountVO) SetSuccesses(v int32)
SetSuccesses sets Successes field to given value.
HasSuccesses
func (o *BatchModifyCountVO) HasSuccesses() bool
HasSuccesses returns a boolean if a field has been set.