Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.03 KB

File metadata and controls

134 lines (73 loc) · 4.03 KB

ApiV1CreativePoolsIdDelete409Response

Properties

Name Type Description Notes
Success Pointer to bool [optional]
TotalItems Pointer to int32 [optional]
Deleted Pointer to int32 [optional]
Error Pointer to string [optional]

Methods

NewApiV1CreativePoolsIdDelete409Response

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

NewApiV1CreativePoolsIdDelete409ResponseWithDefaults

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

GetSuccess

func (o *ApiV1CreativePoolsIdDelete409Response) GetSuccess() bool

GetSuccess returns the Success field if non-nil, zero value otherwise.

GetSuccessOk

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.

SetSuccess

func (o *ApiV1CreativePoolsIdDelete409Response) SetSuccess(v bool)

SetSuccess sets Success field to given value.

HasSuccess

func (o *ApiV1CreativePoolsIdDelete409Response) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

GetTotalItems

func (o *ApiV1CreativePoolsIdDelete409Response) GetTotalItems() int32

GetTotalItems returns the TotalItems field if non-nil, zero value otherwise.

GetTotalItemsOk

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.

SetTotalItems

func (o *ApiV1CreativePoolsIdDelete409Response) SetTotalItems(v int32)

SetTotalItems sets TotalItems field to given value.

HasTotalItems

func (o *ApiV1CreativePoolsIdDelete409Response) HasTotalItems() bool

HasTotalItems returns a boolean if a field has been set.

GetDeleted

func (o *ApiV1CreativePoolsIdDelete409Response) GetDeleted() int32

GetDeleted returns the Deleted field if non-nil, zero value otherwise.

GetDeletedOk

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.

SetDeleted

func (o *ApiV1CreativePoolsIdDelete409Response) SetDeleted(v int32)

SetDeleted sets Deleted field to given value.

HasDeleted

func (o *ApiV1CreativePoolsIdDelete409Response) HasDeleted() bool

HasDeleted returns a boolean if a field has been set.

GetError

func (o *ApiV1CreativePoolsIdDelete409Response) GetError() string

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

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.

SetError

func (o *ApiV1CreativePoolsIdDelete409Response) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *ApiV1CreativePoolsIdDelete409Response) HasError() bool

HasError returns a boolean if a field has been set.

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