Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.66 KB

TopologyLabelMap.md

File metadata and controls

51 lines (28 loc) · 1.66 KB

TopologyLabelMap

Properties

Name Type Description Notes
Data map[string]TopologyLabelValuesList Map from topology labels to `TopologyLabelValuesList`.

Methods

NewTopologyLabelMap

func NewTopologyLabelMap(data map[string]TopologyLabelValuesList, ) *TopologyLabelMap

NewTopologyLabelMap instantiates a new TopologyLabelMap 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

NewTopologyLabelMapWithDefaults

func NewTopologyLabelMapWithDefaults() *TopologyLabelMap

NewTopologyLabelMapWithDefaults instantiates a new TopologyLabelMap 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 *TopologyLabelMap) GetData() map[string]TopologyLabelValuesList

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

GetDataOk

func (o *TopologyLabelMap) GetDataOk() (*map[string]TopologyLabelValuesList, 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 *TopologyLabelMap) SetData(v map[string]TopologyLabelValuesList)

SetData sets Data field to given value.

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