Name | Type | Description | Notes |
---|---|---|---|
GlobalCompliance | GetGlobalCompliance200ResponseDataGlobalCompliance |
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
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
func (o *GetGlobalCompliance200ResponseData) GetGlobalCompliance() GetGlobalCompliance200ResponseDataGlobalCompliance
GetGlobalCompliance returns the GlobalCompliance field if non-nil, zero value otherwise.
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.
func (o *GetGlobalCompliance200ResponseData) SetGlobalCompliance(v GetGlobalCompliance200ResponseDataGlobalCompliance)
SetGlobalCompliance sets GlobalCompliance field to given value.