Name | Type | Description | Notes |
---|---|---|---|
Coordinates | Pointer to map[string]string | [optional] | |
Format | Pointer to string | [optional] | |
PackageUrl | Pointer to string | [optional] |
func NewApiComponentOrPurlIdentifierDTOV2() *ApiComponentOrPurlIdentifierDTOV2
NewApiComponentOrPurlIdentifierDTOV2 instantiates a new ApiComponentOrPurlIdentifierDTOV2 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 NewApiComponentOrPurlIdentifierDTOV2WithDefaults() *ApiComponentOrPurlIdentifierDTOV2
NewApiComponentOrPurlIdentifierDTOV2WithDefaults instantiates a new ApiComponentOrPurlIdentifierDTOV2 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 *ApiComponentOrPurlIdentifierDTOV2) GetCoordinates() map[string]string
GetCoordinates returns the Coordinates field if non-nil, zero value otherwise.
func (o *ApiComponentOrPurlIdentifierDTOV2) 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 *ApiComponentOrPurlIdentifierDTOV2) SetCoordinates(v map[string]string)
SetCoordinates sets Coordinates field to given value.
func (o *ApiComponentOrPurlIdentifierDTOV2) HasCoordinates() bool
HasCoordinates returns a boolean if a field has been set.
func (o *ApiComponentOrPurlIdentifierDTOV2) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *ApiComponentOrPurlIdentifierDTOV2) 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 *ApiComponentOrPurlIdentifierDTOV2) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *ApiComponentOrPurlIdentifierDTOV2) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *ApiComponentOrPurlIdentifierDTOV2) GetPackageUrl() string
GetPackageUrl returns the PackageUrl field if non-nil, zero value otherwise.
func (o *ApiComponentOrPurlIdentifierDTOV2) GetPackageUrlOk() (*string, bool)
GetPackageUrlOk returns a tuple with the PackageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiComponentOrPurlIdentifierDTOV2) SetPackageUrl(v string)
SetPackageUrl sets PackageUrl field to given value.
func (o *ApiComponentOrPurlIdentifierDTOV2) HasPackageUrl() bool
HasPackageUrl returns a boolean if a field has been set.