Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.19 KB

APIServiceIntegrationLinks.md

File metadata and controls

108 lines (59 loc) · 3.19 KB

APIServiceIntegrationLinks

Properties

Name Type Description Notes
Client Pointer to HrefObjectClientLink [optional]
Logo Pointer to HrefObjectLogoLink [optional]
Self Pointer to HrefObjectSelfLink [optional]

Methods

NewAPIServiceIntegrationLinks

func NewAPIServiceIntegrationLinks() *APIServiceIntegrationLinks

NewAPIServiceIntegrationLinks instantiates a new APIServiceIntegrationLinks 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

NewAPIServiceIntegrationLinksWithDefaults

func NewAPIServiceIntegrationLinksWithDefaults() *APIServiceIntegrationLinks

NewAPIServiceIntegrationLinksWithDefaults instantiates a new APIServiceIntegrationLinks 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

GetClient

func (o *APIServiceIntegrationLinks) GetClient() HrefObjectClientLink

GetClient returns the Client field if non-nil, zero value otherwise.

GetClientOk

func (o *APIServiceIntegrationLinks) GetClientOk() (*HrefObjectClientLink, bool)

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

SetClient

func (o *APIServiceIntegrationLinks) SetClient(v HrefObjectClientLink)

SetClient sets Client field to given value.

HasClient

func (o *APIServiceIntegrationLinks) HasClient() bool

HasClient returns a boolean if a field has been set.

GetLogo

func (o *APIServiceIntegrationLinks) GetLogo() HrefObjectLogoLink

GetLogo returns the Logo field if non-nil, zero value otherwise.

GetLogoOk

func (o *APIServiceIntegrationLinks) GetLogoOk() (*HrefObjectLogoLink, bool)

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

SetLogo

func (o *APIServiceIntegrationLinks) SetLogo(v HrefObjectLogoLink)

SetLogo sets Logo field to given value.

HasLogo

func (o *APIServiceIntegrationLinks) HasLogo() bool

HasLogo returns a boolean if a field has been set.

GetSelf

func (o *APIServiceIntegrationLinks) GetSelf() HrefObjectSelfLink

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *APIServiceIntegrationLinks) GetSelfOk() (*HrefObjectSelfLink, bool)

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

SetSelf

func (o *APIServiceIntegrationLinks) SetSelf(v HrefObjectSelfLink)

SetSelf sets Self field to given value.

HasSelf

func (o *APIServiceIntegrationLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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