Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.78 KB

File metadata and controls

51 lines (28 loc) · 1.78 KB

ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest

Properties

Name Type Description Notes
Weight int32

Methods

NewApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest

func NewApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest(weight int32, ) *ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest

NewApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest instantiates a new ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest 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

NewApiV1UrlPoolsIdUrlsUrlIdWeightPutRequestWithDefaults

func NewApiV1UrlPoolsIdUrlsUrlIdWeightPutRequestWithDefaults() *ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest

NewApiV1UrlPoolsIdUrlsUrlIdWeightPutRequestWithDefaults instantiates a new ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest 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

GetWeight

func (o *ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest) GetWeight() int32

GetWeight returns the Weight field if non-nil, zero value otherwise.

GetWeightOk

func (o *ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest) GetWeightOk() (*int32, bool)

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

SetWeight

func (o *ApiV1UrlPoolsIdUrlsUrlIdWeightPutRequest) SetWeight(v int32)

SetWeight sets Weight field to given value.

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