Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.06 KB

ApiLicenseLegalApplicationReportDTO.md

File metadata and controls

82 lines (45 loc) · 3.06 KB

ApiLicenseLegalApplicationReportDTO

Properties

Name Type Description Notes
Components Pointer to []ApiLicenseLegalComponentDTO [optional]
LicenseLegalMetadata Pointer to []ApiLicenseLegalMetadataDTO [optional]

Methods

NewApiLicenseLegalApplicationReportDTO

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

NewApiLicenseLegalApplicationReportDTOWithDefaults

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

GetComponents

func (o *ApiLicenseLegalApplicationReportDTO) GetComponents() []ApiLicenseLegalComponentDTO

GetComponents returns the Components field if non-nil, zero value otherwise.

GetComponentsOk

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.

SetComponents

func (o *ApiLicenseLegalApplicationReportDTO) SetComponents(v []ApiLicenseLegalComponentDTO)

SetComponents sets Components field to given value.

HasComponents

func (o *ApiLicenseLegalApplicationReportDTO) HasComponents() bool

HasComponents returns a boolean if a field has been set.

GetLicenseLegalMetadata

func (o *ApiLicenseLegalApplicationReportDTO) GetLicenseLegalMetadata() []ApiLicenseLegalMetadataDTO

GetLicenseLegalMetadata returns the LicenseLegalMetadata field if non-nil, zero value otherwise.

GetLicenseLegalMetadataOk

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.

SetLicenseLegalMetadata

func (o *ApiLicenseLegalApplicationReportDTO) SetLicenseLegalMetadata(v []ApiLicenseLegalMetadataDTO)

SetLicenseLegalMetadata sets LicenseLegalMetadata field to given value.

HasLicenseLegalMetadata

func (o *ApiLicenseLegalApplicationReportDTO) HasLicenseLegalMetadata() bool

HasLicenseLegalMetadata returns a boolean if a field has been set.

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