Name | Type | Description | Notes |
---|---|---|---|
DeclaredLicenses | Pointer to []ApiLicenseDTO | [optional] | |
EffectiveLicenseThreats | Pointer to []ApiLicenseThreatDTOV2 | [optional] | |
EffectiveLicenses | Pointer to []ApiLicenseDTO | [optional] | |
ObservedLicenses | Pointer to []ApiLicenseDTO | [optional] | |
OverriddenLicenses | Pointer to []ApiLicenseDTO | [optional] | |
Status | Pointer to string | [optional] |
func NewApiLicenseDataDTOV2() *ApiLicenseDataDTOV2
NewApiLicenseDataDTOV2 instantiates a new ApiLicenseDataDTOV2 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 NewApiLicenseDataDTOV2WithDefaults() *ApiLicenseDataDTOV2
NewApiLicenseDataDTOV2WithDefaults instantiates a new ApiLicenseDataDTOV2 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 *ApiLicenseDataDTOV2) GetDeclaredLicenses() []ApiLicenseDTO
GetDeclaredLicenses returns the DeclaredLicenses field if non-nil, zero value otherwise.
func (o *ApiLicenseDataDTOV2) GetDeclaredLicensesOk() (*[]ApiLicenseDTO, bool)
GetDeclaredLicensesOk returns a tuple with the DeclaredLicenses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseDataDTOV2) SetDeclaredLicenses(v []ApiLicenseDTO)
SetDeclaredLicenses sets DeclaredLicenses field to given value.
func (o *ApiLicenseDataDTOV2) HasDeclaredLicenses() bool
HasDeclaredLicenses returns a boolean if a field has been set.
func (o *ApiLicenseDataDTOV2) GetEffectiveLicenseThreats() []ApiLicenseThreatDTOV2
GetEffectiveLicenseThreats returns the EffectiveLicenseThreats field if non-nil, zero value otherwise.
func (o *ApiLicenseDataDTOV2) GetEffectiveLicenseThreatsOk() (*[]ApiLicenseThreatDTOV2, bool)
GetEffectiveLicenseThreatsOk returns a tuple with the EffectiveLicenseThreats field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseDataDTOV2) SetEffectiveLicenseThreats(v []ApiLicenseThreatDTOV2)
SetEffectiveLicenseThreats sets EffectiveLicenseThreats field to given value.
func (o *ApiLicenseDataDTOV2) HasEffectiveLicenseThreats() bool
HasEffectiveLicenseThreats returns a boolean if a field has been set.
func (o *ApiLicenseDataDTOV2) GetEffectiveLicenses() []ApiLicenseDTO
GetEffectiveLicenses returns the EffectiveLicenses field if non-nil, zero value otherwise.
func (o *ApiLicenseDataDTOV2) GetEffectiveLicensesOk() (*[]ApiLicenseDTO, bool)
GetEffectiveLicensesOk returns a tuple with the EffectiveLicenses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseDataDTOV2) SetEffectiveLicenses(v []ApiLicenseDTO)
SetEffectiveLicenses sets EffectiveLicenses field to given value.
func (o *ApiLicenseDataDTOV2) HasEffectiveLicenses() bool
HasEffectiveLicenses returns a boolean if a field has been set.
func (o *ApiLicenseDataDTOV2) GetObservedLicenses() []ApiLicenseDTO
GetObservedLicenses returns the ObservedLicenses field if non-nil, zero value otherwise.
func (o *ApiLicenseDataDTOV2) GetObservedLicensesOk() (*[]ApiLicenseDTO, bool)
GetObservedLicensesOk returns a tuple with the ObservedLicenses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseDataDTOV2) SetObservedLicenses(v []ApiLicenseDTO)
SetObservedLicenses sets ObservedLicenses field to given value.
func (o *ApiLicenseDataDTOV2) HasObservedLicenses() bool
HasObservedLicenses returns a boolean if a field has been set.
func (o *ApiLicenseDataDTOV2) GetOverriddenLicenses() []ApiLicenseDTO
GetOverriddenLicenses returns the OverriddenLicenses field if non-nil, zero value otherwise.
func (o *ApiLicenseDataDTOV2) GetOverriddenLicensesOk() (*[]ApiLicenseDTO, bool)
GetOverriddenLicensesOk returns a tuple with the OverriddenLicenses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseDataDTOV2) SetOverriddenLicenses(v []ApiLicenseDTO)
SetOverriddenLicenses sets OverriddenLicenses field to given value.
func (o *ApiLicenseDataDTOV2) HasOverriddenLicenses() bool
HasOverriddenLicenses returns a boolean if a field has been set.
func (o *ApiLicenseDataDTOV2) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ApiLicenseDataDTOV2) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseDataDTOV2) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ApiLicenseDataDTOV2) HasStatus() bool
HasStatus returns a boolean if a field has been set.