Name | Type | Description | Notes |
---|---|---|---|
Links | Pointer to V3IsolationSegmentsGuidRelationshipsSpacesGet200ResponseLinks | [optional] | |
UsageSummary | Pointer to | [optional] |
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
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
func (o *UsageSummary) GetLinks() V3IsolationSegmentsGuidRelationshipsSpacesGet200ResponseLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
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.
func (o *UsageSummary) SetLinks(v V3IsolationSegmentsGuidRelationshipsSpacesGet200ResponseLinks)
SetLinks sets Links field to given value.
func (o *UsageSummary) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *UsageSummary) GetUsageSummary() []map[string]interface{}
GetUsageSummary returns the UsageSummary field if non-nil, zero value otherwise.
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.
func (o *UsageSummary) SetUsageSummary(v []map[string]interface{})
SetUsageSummary sets UsageSummary field to given value.
func (o *UsageSummary) HasUsageSummary() bool
HasUsageSummary returns a boolean if a field has been set.