| Name | Type | Description | Notes |
|---|---|---|---|
| Success | Pointer to bool | [optional] | |
| TotalItems | Pointer to int32 | [optional] | |
| Deleted | Pointer to int32 | [optional] | |
| Error | Pointer to string | [optional] |
func NewApiV1CreativePoolsIdDelete409Response() *ApiV1CreativePoolsIdDelete409Response
NewApiV1CreativePoolsIdDelete409Response instantiates a new ApiV1CreativePoolsIdDelete409Response 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 NewApiV1CreativePoolsIdDelete409ResponseWithDefaults() *ApiV1CreativePoolsIdDelete409Response
NewApiV1CreativePoolsIdDelete409ResponseWithDefaults instantiates a new ApiV1CreativePoolsIdDelete409Response 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 *ApiV1CreativePoolsIdDelete409Response) GetSuccess() bool
GetSuccess returns the Success field if non-nil, zero value otherwise.
func (o *ApiV1CreativePoolsIdDelete409Response) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1CreativePoolsIdDelete409Response) SetSuccess(v bool)
SetSuccess sets Success field to given value.
func (o *ApiV1CreativePoolsIdDelete409Response) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (o *ApiV1CreativePoolsIdDelete409Response) GetTotalItems() int32
GetTotalItems returns the TotalItems field if non-nil, zero value otherwise.
func (o *ApiV1CreativePoolsIdDelete409Response) GetTotalItemsOk() (*int32, bool)
GetTotalItemsOk returns a tuple with the TotalItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1CreativePoolsIdDelete409Response) SetTotalItems(v int32)
SetTotalItems sets TotalItems field to given value.
func (o *ApiV1CreativePoolsIdDelete409Response) HasTotalItems() bool
HasTotalItems returns a boolean if a field has been set.
func (o *ApiV1CreativePoolsIdDelete409Response) GetDeleted() int32
GetDeleted returns the Deleted field if non-nil, zero value otherwise.
func (o *ApiV1CreativePoolsIdDelete409Response) GetDeletedOk() (*int32, bool)
GetDeletedOk returns a tuple with the Deleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1CreativePoolsIdDelete409Response) SetDeleted(v int32)
SetDeleted sets Deleted field to given value.
func (o *ApiV1CreativePoolsIdDelete409Response) HasDeleted() bool
HasDeleted returns a boolean if a field has been set.
func (o *ApiV1CreativePoolsIdDelete409Response) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *ApiV1CreativePoolsIdDelete409Response) 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 *ApiV1CreativePoolsIdDelete409Response) SetError(v string)
SetError sets Error field to given value.
func (o *ApiV1CreativePoolsIdDelete409Response) HasError() bool
HasError returns a boolean if a field has been set.