Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.51 KB

UsageSummary.md

File metadata and controls

82 lines (45 loc) · 2.51 KB

UsageSummary

Properties

Name Type Description Notes
Links Pointer to V3IsolationSegmentsGuidRelationshipsSpacesGet200ResponseLinks [optional]
UsageSummary Pointer to [optional]

Methods

NewUsageSummary

func NewUsageSummary() *UsageSummary

NewUsageSummary instantiates a new UsageSummary 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

NewUsageSummaryWithDefaults

func NewUsageSummaryWithDefaults() *UsageSummary

NewUsageSummaryWithDefaults instantiates a new UsageSummary 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 *UsageSummary) GetLinks() V3IsolationSegmentsGuidRelationshipsSpacesGet200ResponseLinks

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

GetLinksOk

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

SetLinks sets Links field to given value.

HasLinks

func (o *UsageSummary) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetUsageSummary

func (o *UsageSummary) GetUsageSummary() []map[string]interface{}

GetUsageSummary returns the UsageSummary field if non-nil, zero value otherwise.

GetUsageSummaryOk

func (o *UsageSummary) GetUsageSummaryOk() (*[]map[string]interface{}, bool)

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

SetUsageSummary

func (o *UsageSummary) SetUsageSummary(v []map[string]interface{})

SetUsageSummary sets UsageSummary field to given value.

HasUsageSummary

func (o *UsageSummary) HasUsageSummary() bool

HasUsageSummary returns a boolean if a field has been set.

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