Name | Type | Description | Notes |
---|---|---|---|
DirectiveCompliance | GetDirectivesCompliance200ResponseDataDirectivesCompliance |
func NewComplianceDirectiveIdData(directiveCompliance GetDirectivesCompliance200ResponseDataDirectivesCompliance, ) *ComplianceDirectiveIdData
NewComplianceDirectiveIdData instantiates a new ComplianceDirectiveIdData 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 NewComplianceDirectiveIdDataWithDefaults() *ComplianceDirectiveIdData
NewComplianceDirectiveIdDataWithDefaults instantiates a new ComplianceDirectiveIdData 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 *ComplianceDirectiveIdData) GetDirectiveCompliance() GetDirectivesCompliance200ResponseDataDirectivesCompliance
GetDirectiveCompliance returns the DirectiveCompliance field if non-nil, zero value otherwise.
func (o *ComplianceDirectiveIdData) GetDirectiveComplianceOk() (*GetDirectivesCompliance200ResponseDataDirectivesCompliance, bool)
GetDirectiveComplianceOk returns a tuple with the DirectiveCompliance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComplianceDirectiveIdData) SetDirectiveCompliance(v GetDirectivesCompliance200ResponseDataDirectivesCompliance)
SetDirectiveCompliance sets DirectiveCompliance field to given value.