Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.12 KB

V3AppsGuidRelationshipsCurrentDropletGet200Response.md

File metadata and controls

82 lines (45 loc) · 3.12 KB

V3AppsGuidRelationshipsCurrentDropletGet200Response

Properties

Name Type Description Notes
Data Pointer to V3AppsPostRequestRelationshipsSpaceData [optional]
Links Pointer to map[string]Get200ResponseLinksLogCache [optional]

Methods

NewV3AppsGuidRelationshipsCurrentDropletGet200Response

func NewV3AppsGuidRelationshipsCurrentDropletGet200Response() *V3AppsGuidRelationshipsCurrentDropletGet200Response

NewV3AppsGuidRelationshipsCurrentDropletGet200Response instantiates a new V3AppsGuidRelationshipsCurrentDropletGet200Response 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

NewV3AppsGuidRelationshipsCurrentDropletGet200ResponseWithDefaults

func NewV3AppsGuidRelationshipsCurrentDropletGet200ResponseWithDefaults() *V3AppsGuidRelationshipsCurrentDropletGet200Response

NewV3AppsGuidRelationshipsCurrentDropletGet200ResponseWithDefaults instantiates a new V3AppsGuidRelationshipsCurrentDropletGet200Response 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

GetData

func (o *V3AppsGuidRelationshipsCurrentDropletGet200Response) GetData() V3AppsPostRequestRelationshipsSpaceData

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *V3AppsGuidRelationshipsCurrentDropletGet200Response) GetDataOk() (*V3AppsPostRequestRelationshipsSpaceData, bool)

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

SetData

func (o *V3AppsGuidRelationshipsCurrentDropletGet200Response) SetData(v V3AppsPostRequestRelationshipsSpaceData)

SetData sets Data field to given value.

HasData

func (o *V3AppsGuidRelationshipsCurrentDropletGet200Response) HasData() bool

HasData returns a boolean if a field has been set.

GetLinks

func (o *V3AppsGuidRelationshipsCurrentDropletGet200Response) GetLinks() map[string]Get200ResponseLinksLogCache

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

GetLinksOk

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

SetLinks sets Links field to given value.

HasLinks

func (o *V3AppsGuidRelationshipsCurrentDropletGet200Response) HasLinks() bool

HasLinks returns a boolean if a field has been set.

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