Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.57 KB

Methods200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.57 KB

Methods200ResponseData

Properties

Name Type Description Notes
Methods Methods

Methods

NewMethods200ResponseData

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

NewMethods200ResponseDataWithDefaults

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

GetMethods

func (o *Methods200ResponseData) GetMethods() Methods

GetMethods returns the Methods field if non-nil, zero value otherwise.

GetMethodsOk

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.

SetMethods

func (o *Methods200ResponseData) SetMethods(v Methods)

SetMethods sets Methods field to given value.

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