Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.43 KB

File metadata and controls

160 lines (87 loc) · 4.43 KB

ApiV1CreativePoolsIdPutRequest

Properties

Name Type Description Notes
Title Pointer to string [optional]
SortType Pointer to string [optional]
ConvType Pointer to int32 [optional]
Tags Pointer to string [optional]
Type Pointer to string [optional]

Methods

NewApiV1CreativePoolsIdPutRequest

func NewApiV1CreativePoolsIdPutRequest() *ApiV1CreativePoolsIdPutRequest

NewApiV1CreativePoolsIdPutRequest instantiates a new ApiV1CreativePoolsIdPutRequest 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

NewApiV1CreativePoolsIdPutRequestWithDefaults

func NewApiV1CreativePoolsIdPutRequestWithDefaults() *ApiV1CreativePoolsIdPutRequest

NewApiV1CreativePoolsIdPutRequestWithDefaults instantiates a new ApiV1CreativePoolsIdPutRequest 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

GetTitle

func (o *ApiV1CreativePoolsIdPutRequest) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *ApiV1CreativePoolsIdPutRequest) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTitle

func (o *ApiV1CreativePoolsIdPutRequest) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *ApiV1CreativePoolsIdPutRequest) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetSortType

func (o *ApiV1CreativePoolsIdPutRequest) GetSortType() string

GetSortType returns the SortType field if non-nil, zero value otherwise.

GetSortTypeOk

func (o *ApiV1CreativePoolsIdPutRequest) GetSortTypeOk() (*string, bool)

GetSortTypeOk returns a tuple with the SortType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSortType

func (o *ApiV1CreativePoolsIdPutRequest) SetSortType(v string)

SetSortType sets SortType field to given value.

HasSortType

func (o *ApiV1CreativePoolsIdPutRequest) HasSortType() bool

HasSortType returns a boolean if a field has been set.

GetConvType

func (o *ApiV1CreativePoolsIdPutRequest) GetConvType() int32

GetConvType returns the ConvType field if non-nil, zero value otherwise.

GetConvTypeOk

func (o *ApiV1CreativePoolsIdPutRequest) GetConvTypeOk() (*int32, bool)

GetConvTypeOk returns a tuple with the ConvType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConvType

func (o *ApiV1CreativePoolsIdPutRequest) SetConvType(v int32)

SetConvType sets ConvType field to given value.

HasConvType

func (o *ApiV1CreativePoolsIdPutRequest) HasConvType() bool

HasConvType returns a boolean if a field has been set.

GetTags

func (o *ApiV1CreativePoolsIdPutRequest) GetTags() string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *ApiV1CreativePoolsIdPutRequest) GetTagsOk() (*string, bool)

GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTags

func (o *ApiV1CreativePoolsIdPutRequest) SetTags(v string)

SetTags sets Tags field to given value.

HasTags

func (o *ApiV1CreativePoolsIdPutRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

GetType

func (o *ApiV1CreativePoolsIdPutRequest) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ApiV1CreativePoolsIdPutRequest) 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.

SetType

func (o *ApiV1CreativePoolsIdPutRequest) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ApiV1CreativePoolsIdPutRequest) HasType() bool

HasType returns a boolean if a field has been set.

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