Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.91 KB

GetRulesCompliance200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.91 KB

GetRulesCompliance200ResponseData

Properties

Name Type Description Notes
Rules []GetRulesCompliance200ResponseDataRulesInner

Methods

NewGetRulesCompliance200ResponseData

func NewGetRulesCompliance200ResponseData(rules []GetRulesCompliance200ResponseDataRulesInner, ) *GetRulesCompliance200ResponseData

NewGetRulesCompliance200ResponseData instantiates a new GetRulesCompliance200ResponseData 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

NewGetRulesCompliance200ResponseDataWithDefaults

func NewGetRulesCompliance200ResponseDataWithDefaults() *GetRulesCompliance200ResponseData

NewGetRulesCompliance200ResponseDataWithDefaults instantiates a new GetRulesCompliance200ResponseData 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

GetRules

func (o *GetRulesCompliance200ResponseData) GetRules() []GetRulesCompliance200ResponseDataRulesInner

GetRules returns the Rules field if non-nil, zero value otherwise.

GetRulesOk

func (o *GetRulesCompliance200ResponseData) GetRulesOk() (*[]GetRulesCompliance200ResponseDataRulesInner, bool)

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

SetRules

func (o *GetRulesCompliance200ResponseData) SetRules(v []GetRulesCompliance200ResponseDataRulesInner)

SetRules sets Rules field to given value.

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