Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.37 KB

ApiComponentOrPurlIdentifierDTOV2.md

File metadata and controls

108 lines (59 loc) · 3.37 KB

ApiComponentOrPurlIdentifierDTOV2

Properties

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

Methods

NewApiComponentOrPurlIdentifierDTOV2

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

NewApiComponentOrPurlIdentifierDTOV2WithDefaults

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

GetCoordinates

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

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

GetCoordinatesOk

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.

SetCoordinates

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

SetCoordinates sets Coordinates field to given value.

HasCoordinates

func (o *ApiComponentOrPurlIdentifierDTOV2) HasCoordinates() bool

HasCoordinates returns a boolean if a field has been set.

GetFormat

func (o *ApiComponentOrPurlIdentifierDTOV2) GetFormat() string

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

GetFormatOk

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.

SetFormat

func (o *ApiComponentOrPurlIdentifierDTOV2) SetFormat(v string)

SetFormat sets Format field to given value.

HasFormat

func (o *ApiComponentOrPurlIdentifierDTOV2) HasFormat() bool

HasFormat returns a boolean if a field has been set.

GetPackageUrl

func (o *ApiComponentOrPurlIdentifierDTOV2) GetPackageUrl() string

GetPackageUrl returns the PackageUrl field if non-nil, zero value otherwise.

GetPackageUrlOk

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.

SetPackageUrl

func (o *ApiComponentOrPurlIdentifierDTOV2) SetPackageUrl(v string)

SetPackageUrl sets PackageUrl field to given value.

HasPackageUrl

func (o *ApiComponentOrPurlIdentifierDTOV2) HasPackageUrl() bool

HasPackageUrl returns a boolean if a field has been set.

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