Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.94 KB

SimplifiedMetadataEntity.md

File metadata and controls

108 lines (59 loc) · 2.94 KB

SimplifiedMetadataEntity

Properties

Name Type Description Notes
Href Pointer to string url to entity [optional]
Uuid Pointer to string Equinix assigned Identifier [optional]
Type Pointer to string Type of Port [optional]

Methods

NewSimplifiedMetadataEntity

func NewSimplifiedMetadataEntity() *SimplifiedMetadataEntity

NewSimplifiedMetadataEntity instantiates a new SimplifiedMetadataEntity 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

NewSimplifiedMetadataEntityWithDefaults

func NewSimplifiedMetadataEntityWithDefaults() *SimplifiedMetadataEntity

NewSimplifiedMetadataEntityWithDefaults instantiates a new SimplifiedMetadataEntity 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

GetHref

func (o *SimplifiedMetadataEntity) GetHref() string

GetHref returns the Href field if non-nil, zero value otherwise.

GetHrefOk

func (o *SimplifiedMetadataEntity) GetHrefOk() (*string, bool)

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

SetHref

func (o *SimplifiedMetadataEntity) SetHref(v string)

SetHref sets Href field to given value.

HasHref

func (o *SimplifiedMetadataEntity) HasHref() bool

HasHref returns a boolean if a field has been set.

GetUuid

func (o *SimplifiedMetadataEntity) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *SimplifiedMetadataEntity) GetUuidOk() (*string, bool)

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

SetUuid

func (o *SimplifiedMetadataEntity) SetUuid(v string)

SetUuid sets Uuid field to given value.

HasUuid

func (o *SimplifiedMetadataEntity) HasUuid() bool

HasUuid returns a boolean if a field has been set.

GetType

func (o *SimplifiedMetadataEntity) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *SimplifiedMetadataEntity) GetTypeOk() (*string, bool)

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

SetType

func (o *SimplifiedMetadataEntity) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *SimplifiedMetadataEntity) HasType() bool

HasType returns a boolean if a field has been set.

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