Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.58 KB

GetRoot200Response.md

File metadata and controls

51 lines (28 loc) · 1.58 KB

GetRoot200Response

Properties

Name Type Description Notes
Links GetRoot200ResponseLinks

Methods

NewGetRoot200Response

func NewGetRoot200Response(links GetRoot200ResponseLinks, ) *GetRoot200Response

NewGetRoot200Response instantiates a new GetRoot200Response 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

NewGetRoot200ResponseWithDefaults

func NewGetRoot200ResponseWithDefaults() *GetRoot200Response

NewGetRoot200ResponseWithDefaults instantiates a new GetRoot200Response 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

GetLinks

func (o *GetRoot200Response) GetLinks() GetRoot200ResponseLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *GetRoot200Response) GetLinksOk() (*GetRoot200ResponseLinks, bool)

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

SetLinks

func (o *GetRoot200Response) SetLinks(v GetRoot200ResponseLinks)

SetLinks sets Links field to given value.

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