Name | Type | Description | Notes |
---|---|---|---|
Components | Pointer to []ApiLicenseLegalComponentDTO | [optional] | |
LicenseLegalMetadata | Pointer to []ApiLicenseLegalMetadataDTO | [optional] |
func NewApiLicenseLegalApplicationReportDTO() *ApiLicenseLegalApplicationReportDTO
NewApiLicenseLegalApplicationReportDTO instantiates a new ApiLicenseLegalApplicationReportDTO 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 NewApiLicenseLegalApplicationReportDTOWithDefaults() *ApiLicenseLegalApplicationReportDTO
NewApiLicenseLegalApplicationReportDTOWithDefaults instantiates a new ApiLicenseLegalApplicationReportDTO 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 *ApiLicenseLegalApplicationReportDTO) GetComponents() []ApiLicenseLegalComponentDTO
GetComponents returns the Components field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalApplicationReportDTO) GetComponentsOk() (*[]ApiLicenseLegalComponentDTO, bool)
GetComponentsOk returns a tuple with the Components field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalApplicationReportDTO) SetComponents(v []ApiLicenseLegalComponentDTO)
SetComponents sets Components field to given value.
func (o *ApiLicenseLegalApplicationReportDTO) HasComponents() bool
HasComponents returns a boolean if a field has been set.
func (o *ApiLicenseLegalApplicationReportDTO) GetLicenseLegalMetadata() []ApiLicenseLegalMetadataDTO
GetLicenseLegalMetadata returns the LicenseLegalMetadata field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalApplicationReportDTO) 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 *ApiLicenseLegalApplicationReportDTO) SetLicenseLegalMetadata(v []ApiLicenseLegalMetadataDTO)
SetLicenseLegalMetadata sets LicenseLegalMetadata field to given value.
func (o *ApiLicenseLegalApplicationReportDTO) HasLicenseLegalMetadata() bool
HasLicenseLegalMetadata returns a boolean if a field has been set.