Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.78 KB

File metadata and controls

56 lines (31 loc) · 1.78 KB

WafGetPoliciesResponse

Properties

Name Type Description Notes
Policies Pointer to []SchemawafPolicy The requested WAF policies [optional]

Methods

NewWafGetPoliciesResponse

func NewWafGetPoliciesResponse() *WafGetPoliciesResponse

NewWafGetPoliciesResponse instantiates a new WafGetPoliciesResponse 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

NewWafGetPoliciesResponseWithDefaults

func NewWafGetPoliciesResponseWithDefaults() *WafGetPoliciesResponse

NewWafGetPoliciesResponseWithDefaults instantiates a new WafGetPoliciesResponse 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

GetPolicies

func (o *WafGetPoliciesResponse) GetPolicies() []SchemawafPolicy

GetPolicies returns the Policies field if non-nil, zero value otherwise.

GetPoliciesOk

func (o *WafGetPoliciesResponse) GetPoliciesOk() (*[]SchemawafPolicy, bool)

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

SetPolicies

func (o *WafGetPoliciesResponse) SetPolicies(v []SchemawafPolicy)

SetPolicies sets Policies field to given value.

HasPolicies

func (o *WafGetPoliciesResponse) HasPolicies() bool

HasPolicies returns a boolean if a field has been set.

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