Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.66 KB

File metadata and controls

134 lines (73 loc) · 3.66 KB

ApiV1UrlPoolsIdPutRequest

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]

Methods

NewApiV1UrlPoolsIdPutRequest

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

NewApiV1UrlPoolsIdPutRequestWithDefaults

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

GetTitle

func (o *ApiV1UrlPoolsIdPutRequest) GetTitle() string

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

GetTitleOk

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.

SetTitle

func (o *ApiV1UrlPoolsIdPutRequest) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *ApiV1UrlPoolsIdPutRequest) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetSortType

func (o *ApiV1UrlPoolsIdPutRequest) GetSortType() string

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

GetSortTypeOk

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.

SetSortType

func (o *ApiV1UrlPoolsIdPutRequest) SetSortType(v string)

SetSortType sets SortType field to given value.

HasSortType

func (o *ApiV1UrlPoolsIdPutRequest) HasSortType() bool

HasSortType returns a boolean if a field has been set.

GetConvType

func (o *ApiV1UrlPoolsIdPutRequest) GetConvType() int32

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

GetConvTypeOk

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.

SetConvType

func (o *ApiV1UrlPoolsIdPutRequest) SetConvType(v int32)

SetConvType sets ConvType field to given value.

HasConvType

func (o *ApiV1UrlPoolsIdPutRequest) HasConvType() bool

HasConvType returns a boolean if a field has been set.

GetTags

func (o *ApiV1UrlPoolsIdPutRequest) GetTags() string

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

GetTagsOk

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.

SetTags

func (o *ApiV1UrlPoolsIdPutRequest) SetTags(v string)

SetTags sets Tags field to given value.

HasTags

func (o *ApiV1UrlPoolsIdPutRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

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