Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.66 KB

ComponentReportRequest.md

File metadata and controls

51 lines (28 loc) · 1.66 KB

ComponentReportRequest

Properties

Name Type Description Notes
Coordinates []string One or more component coordinates as package-url

Methods

NewComponentReportRequest

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

NewComponentReportRequestWithDefaults

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

GetCoordinates

func (o *ComponentReportRequest) GetCoordinates() []string

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

GetCoordinatesOk

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.

SetCoordinates

func (o *ComponentReportRequest) SetCoordinates(v []string)

SetCoordinates sets Coordinates field to given value.

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