Name | Type | Description | Notes |
---|---|---|---|
Methods | Methods |
func NewMethods200ResponseData(methods Methods, ) *Methods200ResponseData
NewMethods200ResponseData instantiates a new Methods200ResponseData 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 NewMethods200ResponseDataWithDefaults() *Methods200ResponseData
NewMethods200ResponseDataWithDefaults instantiates a new Methods200ResponseData 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 *Methods200ResponseData) GetMethods() Methods
GetMethods returns the Methods field if non-nil, zero value otherwise.
func (o *Methods200ResponseData) GetMethodsOk() (*Methods, bool)
GetMethodsOk returns a tuple with the Methods field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Methods200ResponseData) SetMethods(v Methods)
SetMethods sets Methods field to given value.