Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.11 KB

GetGlobalCompliance200ResponseData.md

File metadata and controls

51 lines (28 loc) · 2.11 KB

GetGlobalCompliance200ResponseData

Properties

Name Type Description Notes
GlobalCompliance GetGlobalCompliance200ResponseDataGlobalCompliance

Methods

NewGetGlobalCompliance200ResponseData

func NewGetGlobalCompliance200ResponseData(globalCompliance GetGlobalCompliance200ResponseDataGlobalCompliance, ) *GetGlobalCompliance200ResponseData

NewGetGlobalCompliance200ResponseData instantiates a new GetGlobalCompliance200ResponseData 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

NewGetGlobalCompliance200ResponseDataWithDefaults

func NewGetGlobalCompliance200ResponseDataWithDefaults() *GetGlobalCompliance200ResponseData

NewGetGlobalCompliance200ResponseDataWithDefaults instantiates a new GetGlobalCompliance200ResponseData 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

GetGlobalCompliance

func (o *GetGlobalCompliance200ResponseData) GetGlobalCompliance() GetGlobalCompliance200ResponseDataGlobalCompliance

GetGlobalCompliance returns the GlobalCompliance field if non-nil, zero value otherwise.

GetGlobalComplianceOk

func (o *GetGlobalCompliance200ResponseData) GetGlobalComplianceOk() (*GetGlobalCompliance200ResponseDataGlobalCompliance, bool)

GetGlobalComplianceOk returns a tuple with the GlobalCompliance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGlobalCompliance

func (o *GetGlobalCompliance200ResponseData) SetGlobalCompliance(v GetGlobalCompliance200ResponseDataGlobalCompliance)

SetGlobalCompliance sets GlobalCompliance field to given value.

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