Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.44 KB

File metadata and controls

51 lines (28 loc) · 1.44 KB

RootResponse

Properties

Name Type Description Notes
Links map[string]Link

Methods

NewRootResponse

func NewRootResponse(links map[string]Link, ) *RootResponse

NewRootResponse instantiates a new RootResponse 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

NewRootResponseWithDefaults

func NewRootResponseWithDefaults() *RootResponse

NewRootResponseWithDefaults instantiates a new RootResponse 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 *RootResponse) GetLinks() map[string]Link

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

GetLinksOk

func (o *RootResponse) GetLinksOk() (*map[string]Link, 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 *RootResponse) SetLinks(v map[string]Link)

SetLinks sets Links field to given value.

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