Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.51 KB

ApiComponentIdentifierDTOV2.md

File metadata and controls

82 lines (45 loc) · 2.51 KB

ApiComponentIdentifierDTOV2

Properties

Name Type Description Notes
Coordinates Pointer to map[string]string [optional]
Format Pointer to string [optional]

Methods

NewApiComponentIdentifierDTOV2

func NewApiComponentIdentifierDTOV2() *ApiComponentIdentifierDTOV2

NewApiComponentIdentifierDTOV2 instantiates a new ApiComponentIdentifierDTOV2 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

NewApiComponentIdentifierDTOV2WithDefaults

func NewApiComponentIdentifierDTOV2WithDefaults() *ApiComponentIdentifierDTOV2

NewApiComponentIdentifierDTOV2WithDefaults instantiates a new ApiComponentIdentifierDTOV2 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

GetCoordinates

func (o *ApiComponentIdentifierDTOV2) GetCoordinates() map[string]string

GetCoordinates returns the Coordinates field if non-nil, zero value otherwise.

GetCoordinatesOk

func (o *ApiComponentIdentifierDTOV2) GetCoordinatesOk() (*map[string]string, bool)

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

SetCoordinates

func (o *ApiComponentIdentifierDTOV2) SetCoordinates(v map[string]string)

SetCoordinates sets Coordinates field to given value.

HasCoordinates

func (o *ApiComponentIdentifierDTOV2) HasCoordinates() bool

HasCoordinates returns a boolean if a field has been set.

GetFormat

func (o *ApiComponentIdentifierDTOV2) GetFormat() string

GetFormat returns the Format field if non-nil, zero value otherwise.

GetFormatOk

func (o *ApiComponentIdentifierDTOV2) GetFormatOk() (*string, bool)

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

SetFormat

func (o *ApiComponentIdentifierDTOV2) SetFormat(v string)

SetFormat sets Format field to given value.

HasFormat

func (o *ApiComponentIdentifierDTOV2) HasFormat() bool

HasFormat returns a boolean if a field has been set.

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