Name | Type | Description | Notes |
---|---|---|---|
Coordinates | Pointer to map[string]string | [optional] | |
Format | Pointer to string | [optional] |
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
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
func (o *ApiComponentIdentifierDTOV2) GetCoordinates() map[string]string
GetCoordinates returns the Coordinates field if non-nil, zero value otherwise.
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.
func (o *ApiComponentIdentifierDTOV2) SetCoordinates(v map[string]string)
SetCoordinates sets Coordinates field to given value.
func (o *ApiComponentIdentifierDTOV2) HasCoordinates() bool
HasCoordinates returns a boolean if a field has been set.
func (o *ApiComponentIdentifierDTOV2) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
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.
func (o *ApiComponentIdentifierDTOV2) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *ApiComponentIdentifierDTOV2) HasFormat() bool
HasFormat returns a boolean if a field has been set.