| Name | Type | Description | Notes |
|---|---|---|---|
| Title | Pointer to string | [optional] | |
| SortType | Pointer to string | [optional] | |
| ConvType | Pointer to int32 | [optional] | |
| Tags | Pointer to string | [optional] |
func NewApiV1UrlPoolsIdPutRequest() *ApiV1UrlPoolsIdPutRequest
NewApiV1UrlPoolsIdPutRequest instantiates a new ApiV1UrlPoolsIdPutRequest 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 NewApiV1UrlPoolsIdPutRequestWithDefaults() *ApiV1UrlPoolsIdPutRequest
NewApiV1UrlPoolsIdPutRequestWithDefaults instantiates a new ApiV1UrlPoolsIdPutRequest 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 *ApiV1UrlPoolsIdPutRequest) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ApiV1UrlPoolsIdPutRequest) 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 *ApiV1UrlPoolsIdPutRequest) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ApiV1UrlPoolsIdPutRequest) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *ApiV1UrlPoolsIdPutRequest) GetSortType() string
GetSortType returns the SortType field if non-nil, zero value otherwise.
func (o *ApiV1UrlPoolsIdPutRequest) 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.
func (o *ApiV1UrlPoolsIdPutRequest) SetSortType(v string)
SetSortType sets SortType field to given value.
func (o *ApiV1UrlPoolsIdPutRequest) HasSortType() bool
HasSortType returns a boolean if a field has been set.
func (o *ApiV1UrlPoolsIdPutRequest) GetConvType() int32
GetConvType returns the ConvType field if non-nil, zero value otherwise.
func (o *ApiV1UrlPoolsIdPutRequest) 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.
func (o *ApiV1UrlPoolsIdPutRequest) SetConvType(v int32)
SetConvType sets ConvType field to given value.
func (o *ApiV1UrlPoolsIdPutRequest) HasConvType() bool
HasConvType returns a boolean if a field has been set.
func (o *ApiV1UrlPoolsIdPutRequest) GetTags() string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ApiV1UrlPoolsIdPutRequest) 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 *ApiV1UrlPoolsIdPutRequest) SetTags(v string)
SetTags sets Tags field to given value.
func (o *ApiV1UrlPoolsIdPutRequest) HasTags() bool
HasTags returns a boolean if a field has been set.