Name | Type | Description | Notes |
---|---|---|---|
Coordinates | []string | One or more component coordinates as package-url |
func NewComponentReportRequest(coordinates []string, ) *ComponentReportRequest
NewComponentReportRequest instantiates a new ComponentReportRequest 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 NewComponentReportRequestWithDefaults() *ComponentReportRequest
NewComponentReportRequestWithDefaults instantiates a new ComponentReportRequest 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 *ComponentReportRequest) GetCoordinates() []string
GetCoordinates returns the Coordinates field if non-nil, zero value otherwise.
func (o *ComponentReportRequest) GetCoordinatesOk() (*[]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 *ComponentReportRequest) SetCoordinates(v []string)
SetCoordinates sets Coordinates field to given value.