| Name | Type | Description | Notes |
|---|---|---|---|
| Title | string | ||
| Type | Pointer to string | [optional] [default to "banner"] | |
| Tags | Pointer to string | CSV of tag ids. | [optional] |
func NewApiV1CreativePoolsPostRequest(title string, ) *ApiV1CreativePoolsPostRequest
NewApiV1CreativePoolsPostRequest instantiates a new ApiV1CreativePoolsPostRequest 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 NewApiV1CreativePoolsPostRequestWithDefaults() *ApiV1CreativePoolsPostRequest
NewApiV1CreativePoolsPostRequestWithDefaults instantiates a new ApiV1CreativePoolsPostRequest 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 *ApiV1CreativePoolsPostRequest) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ApiV1CreativePoolsPostRequest) 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 *ApiV1CreativePoolsPostRequest) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ApiV1CreativePoolsPostRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ApiV1CreativePoolsPostRequest) 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.
func (o *ApiV1CreativePoolsPostRequest) SetType(v string)
SetType sets Type field to given value.
func (o *ApiV1CreativePoolsPostRequest) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ApiV1CreativePoolsPostRequest) GetTags() string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ApiV1CreativePoolsPostRequest) 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.
func (o *ApiV1CreativePoolsPostRequest) SetTags(v string)
SetTags sets Tags field to given value.
func (o *ApiV1CreativePoolsPostRequest) HasTags() bool
HasTags returns a boolean if a field has been set.