Name | Type | Description | Notes |
---|---|---|---|
DirectivesCompliance | GetDirectivesCompliance200ResponseDataDirectivesCompliance |
func NewGetDirectivesCompliance200ResponseData(directivesCompliance GetDirectivesCompliance200ResponseDataDirectivesCompliance, ) *GetDirectivesCompliance200ResponseData
NewGetDirectivesCompliance200ResponseData instantiates a new GetDirectivesCompliance200ResponseData 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 NewGetDirectivesCompliance200ResponseDataWithDefaults() *GetDirectivesCompliance200ResponseData
NewGetDirectivesCompliance200ResponseDataWithDefaults instantiates a new GetDirectivesCompliance200ResponseData 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 *GetDirectivesCompliance200ResponseData) GetDirectivesCompliance() GetDirectivesCompliance200ResponseDataDirectivesCompliance
GetDirectivesCompliance returns the DirectivesCompliance field if non-nil, zero value otherwise.
func (o *GetDirectivesCompliance200ResponseData) GetDirectivesComplianceOk() (*GetDirectivesCompliance200ResponseDataDirectivesCompliance, bool)
GetDirectivesComplianceOk returns a tuple with the DirectivesCompliance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDirectivesCompliance200ResponseData) SetDirectivesCompliance(v GetDirectivesCompliance200ResponseDataDirectivesCompliance)
SetDirectivesCompliance sets DirectivesCompliance field to given value.