Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.87 KB

File metadata and controls

160 lines (87 loc) · 4.87 KB

ApiV1CreativePoolsIdItemsItemIdPutRequest

Properties

Name Type Description Notes
Title Pointer to string [optional]
Lang Pointer to string [optional]
Properties Pointer to string [optional]
Ratingid Pointer to int32 [optional]
UrlPrefix Pointer to string [optional]

Methods

NewApiV1CreativePoolsIdItemsItemIdPutRequest

func NewApiV1CreativePoolsIdItemsItemIdPutRequest() *ApiV1CreativePoolsIdItemsItemIdPutRequest

NewApiV1CreativePoolsIdItemsItemIdPutRequest instantiates a new ApiV1CreativePoolsIdItemsItemIdPutRequest 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

NewApiV1CreativePoolsIdItemsItemIdPutRequestWithDefaults

func NewApiV1CreativePoolsIdItemsItemIdPutRequestWithDefaults() *ApiV1CreativePoolsIdItemsItemIdPutRequest

NewApiV1CreativePoolsIdItemsItemIdPutRequestWithDefaults instantiates a new ApiV1CreativePoolsIdItemsItemIdPutRequest 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 *ApiV1CreativePoolsIdItemsItemIdPutRequest) GetTitle() string

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

GetTitleOk

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) 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 *ApiV1CreativePoolsIdItemsItemIdPutRequest) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetLang

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) GetLang() string

GetLang returns the Lang field if non-nil, zero value otherwise.

GetLangOk

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) GetLangOk() (*string, bool)

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

SetLang

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) SetLang(v string)

SetLang sets Lang field to given value.

HasLang

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) HasLang() bool

HasLang returns a boolean if a field has been set.

GetProperties

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) GetProperties() string

GetProperties returns the Properties field if non-nil, zero value otherwise.

GetPropertiesOk

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) GetPropertiesOk() (*string, bool)

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

SetProperties

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) SetProperties(v string)

SetProperties sets Properties field to given value.

HasProperties

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) HasProperties() bool

HasProperties returns a boolean if a field has been set.

GetRatingid

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) GetRatingid() int32

GetRatingid returns the Ratingid field if non-nil, zero value otherwise.

GetRatingidOk

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) GetRatingidOk() (*int32, bool)

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

SetRatingid

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) SetRatingid(v int32)

SetRatingid sets Ratingid field to given value.

HasRatingid

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) HasRatingid() bool

HasRatingid returns a boolean if a field has been set.

GetUrlPrefix

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) GetUrlPrefix() string

GetUrlPrefix returns the UrlPrefix field if non-nil, zero value otherwise.

GetUrlPrefixOk

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) GetUrlPrefixOk() (*string, bool)

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

SetUrlPrefix

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) SetUrlPrefix(v string)

SetUrlPrefix sets UrlPrefix field to given value.

HasUrlPrefix

func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) HasUrlPrefix() bool

HasUrlPrefix returns a boolean if a field has been set.

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