Name | Type | Description | Notes |
---|---|---|---|
Value | string | ||
Reports | []RuleComplianceComponentComponentsInnerValuesInnerReportsInner |
func NewRuleComplianceComponentComponentsInnerValuesInner(value string, reports []RuleComplianceComponentComponentsInnerValuesInnerReportsInner, ) *RuleComplianceComponentComponentsInnerValuesInner
NewRuleComplianceComponentComponentsInnerValuesInner instantiates a new RuleComplianceComponentComponentsInnerValuesInner 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 NewRuleComplianceComponentComponentsInnerValuesInnerWithDefaults() *RuleComplianceComponentComponentsInnerValuesInner
NewRuleComplianceComponentComponentsInnerValuesInnerWithDefaults instantiates a new RuleComplianceComponentComponentsInnerValuesInner 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 *RuleComplianceComponentComponentsInnerValuesInner) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *RuleComplianceComponentComponentsInnerValuesInner) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RuleComplianceComponentComponentsInnerValuesInner) SetValue(v string)
SetValue sets Value field to given value.
func (o *RuleComplianceComponentComponentsInnerValuesInner) GetReports() []RuleComplianceComponentComponentsInnerValuesInnerReportsInner
GetReports returns the Reports field if non-nil, zero value otherwise.
func (o *RuleComplianceComponentComponentsInnerValuesInner) GetReportsOk() (*[]RuleComplianceComponentComponentsInnerValuesInnerReportsInner, bool)
GetReportsOk returns a tuple with the Reports field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RuleComplianceComponentComponentsInnerValuesInner) SetReports(v []RuleComplianceComponentComponentsInnerValuesInnerReportsInner)
SetReports sets Reports field to given value.