| 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] |
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
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
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) GetLang() string
GetLang returns the Lang field if non-nil, zero value otherwise.
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.
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) SetLang(v string)
SetLang sets Lang field to given value.
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) HasLang() bool
HasLang returns a boolean if a field has been set.
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) GetProperties() string
GetProperties returns the Properties field if non-nil, zero value otherwise.
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.
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) SetProperties(v string)
SetProperties sets Properties field to given value.
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) HasProperties() bool
HasProperties returns a boolean if a field has been set.
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) GetRatingid() int32
GetRatingid returns the Ratingid field if non-nil, zero value otherwise.
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.
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) SetRatingid(v int32)
SetRatingid sets Ratingid field to given value.
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) HasRatingid() bool
HasRatingid returns a boolean if a field has been set.
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) GetUrlPrefix() string
GetUrlPrefix returns the UrlPrefix field if non-nil, zero value otherwise.
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.
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) SetUrlPrefix(v string)
SetUrlPrefix sets UrlPrefix field to given value.
func (o *ApiV1CreativePoolsIdItemsItemIdPutRequest) HasUrlPrefix() bool
HasUrlPrefix returns a boolean if a field has been set.