Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.26 KB

GetDirectivesCompliance200ResponseData.md

File metadata and controls

51 lines (28 loc) · 2.26 KB

GetDirectivesCompliance200ResponseData

Properties

Name Type Description Notes
DirectivesCompliance GetDirectivesCompliance200ResponseDataDirectivesCompliance

Methods

NewGetDirectivesCompliance200ResponseData

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

NewGetDirectivesCompliance200ResponseDataWithDefaults

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

GetDirectivesCompliance

func (o *GetDirectivesCompliance200ResponseData) GetDirectivesCompliance() GetDirectivesCompliance200ResponseDataDirectivesCompliance

GetDirectivesCompliance returns the DirectivesCompliance field if non-nil, zero value otherwise.

GetDirectivesComplianceOk

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.

SetDirectivesCompliance

func (o *GetDirectivesCompliance200ResponseData) SetDirectivesCompliance(v GetDirectivesCompliance200ResponseDataDirectivesCompliance)

SetDirectivesCompliance sets DirectivesCompliance field to given value.

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