Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.35 KB

File metadata and controls

108 lines (59 loc) · 3.35 KB

ApiV1CreativePoolsIdDelete200Response

Properties

Name Type Description Notes
Success Pointer to bool [optional]
Totalitems Pointer to int32 [optional]
Deleted Pointer to int32 [optional]

Methods

NewApiV1CreativePoolsIdDelete200Response

func NewApiV1CreativePoolsIdDelete200Response() *ApiV1CreativePoolsIdDelete200Response

NewApiV1CreativePoolsIdDelete200Response instantiates a new ApiV1CreativePoolsIdDelete200Response 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

NewApiV1CreativePoolsIdDelete200ResponseWithDefaults

func NewApiV1CreativePoolsIdDelete200ResponseWithDefaults() *ApiV1CreativePoolsIdDelete200Response

NewApiV1CreativePoolsIdDelete200ResponseWithDefaults instantiates a new ApiV1CreativePoolsIdDelete200Response 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 *ApiV1CreativePoolsIdDelete200Response) GetSuccess() bool

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

GetSuccessOk

func (o *ApiV1CreativePoolsIdDelete200Response) 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 *ApiV1CreativePoolsIdDelete200Response) SetSuccess(v bool)

SetSuccess sets Success field to given value.

HasSuccess

func (o *ApiV1CreativePoolsIdDelete200Response) HasSuccess() bool

HasSuccess returns a boolean if a field has been set.

GetTotalitems

func (o *ApiV1CreativePoolsIdDelete200Response) GetTotalitems() int32

GetTotalitems returns the Totalitems field if non-nil, zero value otherwise.

GetTotalitemsOk

func (o *ApiV1CreativePoolsIdDelete200Response) 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 *ApiV1CreativePoolsIdDelete200Response) SetTotalitems(v int32)

SetTotalitems sets Totalitems field to given value.

HasTotalitems

func (o *ApiV1CreativePoolsIdDelete200Response) HasTotalitems() bool

HasTotalitems returns a boolean if a field has been set.

GetDeleted

func (o *ApiV1CreativePoolsIdDelete200Response) GetDeleted() int32

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

GetDeletedOk

func (o *ApiV1CreativePoolsIdDelete200Response) 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 *ApiV1CreativePoolsIdDelete200Response) SetDeleted(v int32)

SetDeleted sets Deleted field to given value.

HasDeleted

func (o *ApiV1CreativePoolsIdDelete200Response) HasDeleted() bool

HasDeleted returns a boolean if a field has been set.

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