Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | The type of sync action. | |
Payload | Pointer to map[string]interface{} |
func (o *CatalogAction) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CatalogAction) GetTypeOk() (string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CatalogAction) HasType() bool
HasType returns a boolean if a field has been set.
func (o *CatalogAction) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (o *CatalogAction) GetPayload() map[string]interface{}
GetPayload returns the Payload field if non-nil, zero value otherwise.
func (o *CatalogAction) GetPayloadOk() (map[string]interface{}, bool)
GetPayloadOk returns a tuple with the Payload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CatalogAction) HasPayload() bool
HasPayload returns a boolean if a field has been set.
func (o *CatalogAction) SetPayload(v map[string]interface{})
SetPayload gets a reference to the given map[string]interface{} and assigns it to the Payload field.