Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.8 KB

CommonUpdateBatch.md

File metadata and controls

108 lines (59 loc) · 2.8 KB

CommonUpdateBatch

Properties

Name Type Description Notes
All Pointer to bool [optional]
Data Pointer to map[string]map[string]interface{} [optional]
Ids Pointer to []string [optional]

Methods

NewCommonUpdateBatch

func NewCommonUpdateBatch() *CommonUpdateBatch

NewCommonUpdateBatch instantiates a new CommonUpdateBatch 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

NewCommonUpdateBatchWithDefaults

func NewCommonUpdateBatchWithDefaults() *CommonUpdateBatch

NewCommonUpdateBatchWithDefaults instantiates a new CommonUpdateBatch 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

GetAll

func (o *CommonUpdateBatch) GetAll() bool

GetAll returns the All field if non-nil, zero value otherwise.

GetAllOk

func (o *CommonUpdateBatch) GetAllOk() (*bool, bool)

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

SetAll

func (o *CommonUpdateBatch) SetAll(v bool)

SetAll sets All field to given value.

HasAll

func (o *CommonUpdateBatch) HasAll() bool

HasAll returns a boolean if a field has been set.

GetData

func (o *CommonUpdateBatch) GetData() map[string]map[string]interface{}

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *CommonUpdateBatch) GetDataOk() (*map[string]map[string]interface{}, bool)

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

SetData

func (o *CommonUpdateBatch) SetData(v map[string]map[string]interface{})

SetData sets Data field to given value.

HasData

func (o *CommonUpdateBatch) HasData() bool

HasData returns a boolean if a field has been set.

GetIds

func (o *CommonUpdateBatch) GetIds() []string

GetIds returns the Ids field if non-nil, zero value otherwise.

GetIdsOk

func (o *CommonUpdateBatch) GetIdsOk() (*[]string, bool)

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

SetIds

func (o *CommonUpdateBatch) SetIds(v []string)

SetIds sets Ids field to given value.

HasIds

func (o *CommonUpdateBatch) HasIds() bool

HasIds returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]