Name | Type | Description | Notes |
---|---|---|---|
Actions | Pointer to []CatalogAction | ||
Version | Pointer to int32 | The version number of the catalog to apply the actions on. | [optional] |
func (o *CatalogSyncRequest) GetActions() []CatalogAction
GetActions returns the Actions field if non-nil, zero value otherwise.
func (o *CatalogSyncRequest) GetActionsOk() ([]CatalogAction, bool)
GetActionsOk returns a tuple with the Actions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CatalogSyncRequest) HasActions() bool
HasActions returns a boolean if a field has been set.
func (o *CatalogSyncRequest) SetActions(v []CatalogAction)
SetActions gets a reference to the given []CatalogAction and assigns it to the Actions field.
func (o *CatalogSyncRequest) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *CatalogSyncRequest) GetVersionOk() (int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CatalogSyncRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *CatalogSyncRequest) SetVersion(v int32)
SetVersion gets a reference to the given int32 and assigns it to the Version field.