Name | Type | Description | Notes |
---|---|---|---|
Component | Pointer to ApiLicenseLegalComponentDTO | [optional] | |
LicenseLegalMetadata | Pointer to []ApiLicenseLegalMetadataDTO | [optional] |
func NewApiLicenseLegalComponentReportDTO() *ApiLicenseLegalComponentReportDTO
NewApiLicenseLegalComponentReportDTO instantiates a new ApiLicenseLegalComponentReportDTO 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 NewApiLicenseLegalComponentReportDTOWithDefaults() *ApiLicenseLegalComponentReportDTO
NewApiLicenseLegalComponentReportDTOWithDefaults instantiates a new ApiLicenseLegalComponentReportDTO 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 *ApiLicenseLegalComponentReportDTO) GetComponent() ApiLicenseLegalComponentDTO
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalComponentReportDTO) GetComponentOk() (*ApiLicenseLegalComponentDTO, bool)
GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalComponentReportDTO) SetComponent(v ApiLicenseLegalComponentDTO)
SetComponent sets Component field to given value.
func (o *ApiLicenseLegalComponentReportDTO) HasComponent() bool
HasComponent returns a boolean if a field has been set.
func (o *ApiLicenseLegalComponentReportDTO) GetLicenseLegalMetadata() []ApiLicenseLegalMetadataDTO
GetLicenseLegalMetadata returns the LicenseLegalMetadata field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalComponentReportDTO) GetLicenseLegalMetadataOk() (*[]ApiLicenseLegalMetadataDTO, bool)
GetLicenseLegalMetadataOk returns a tuple with the LicenseLegalMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalComponentReportDTO) SetLicenseLegalMetadata(v []ApiLicenseLegalMetadataDTO)
SetLicenseLegalMetadata sets LicenseLegalMetadata field to given value.
func (o *ApiLicenseLegalComponentReportDTO) HasLicenseLegalMetadata() bool
HasLicenseLegalMetadata returns a boolean if a field has been set.