Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.6 KB

Get200Response.md

File metadata and controls

56 lines (31 loc) · 1.6 KB

Get200Response

Properties

Name Type Description Notes
Links Pointer to Get200ResponseLinks [optional]

Methods

NewGet200Response

func NewGet200Response() *Get200Response

NewGet200Response instantiates a new Get200Response 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

NewGet200ResponseWithDefaults

func NewGet200ResponseWithDefaults() *Get200Response

NewGet200ResponseWithDefaults instantiates a new Get200Response 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 *Get200Response) GetLinks() Get200ResponseLinks

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

GetLinksOk

func (o *Get200Response) GetLinksOk() (*Get200ResponseLinks, 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 *Get200Response) SetLinks(v Get200ResponseLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *Get200Response) HasLinks() bool

HasLinks returns a boolean if a field has been set.

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