Skip to content

Latest commit

 

History

History
72 lines (39 loc) Β· 2.11 KB

File metadata and controls

72 lines (39 loc) Β· 2.11 KB

GetStatus200ResponseLinksInner

Properties

Name Type Description Notes
Name string
Url string

Methods

NewGetStatus200ResponseLinksInner

func NewGetStatus200ResponseLinksInner(name string, url string, ) *GetStatus200ResponseLinksInner

NewGetStatus200ResponseLinksInner instantiates a new GetStatus200ResponseLinksInner 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

NewGetStatus200ResponseLinksInnerWithDefaults

func NewGetStatus200ResponseLinksInnerWithDefaults() *GetStatus200ResponseLinksInner

NewGetStatus200ResponseLinksInnerWithDefaults instantiates a new GetStatus200ResponseLinksInner 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

GetName

func (o *GetStatus200ResponseLinksInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *GetStatus200ResponseLinksInner) GetNameOk() (*string, bool)

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

SetName

func (o *GetStatus200ResponseLinksInner) SetName(v string)

SetName sets Name field to given value.

GetUrl

func (o *GetStatus200ResponseLinksInner) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *GetStatus200ResponseLinksInner) GetUrlOk() (*string, bool)

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

SetUrl

func (o *GetStatus200ResponseLinksInner) SetUrl(v string)

SetUrl sets Url field to given value.

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