Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.8 KB

ClientPoliciesRepresentation.md

File metadata and controls

82 lines (45 loc) · 2.8 KB

ClientPoliciesRepresentation

Properties

Name Type Description Notes
Policies Pointer to []ClientPolicyRepresentation [optional]
GlobalPolicies Pointer to []ClientPolicyRepresentation [optional]

Methods

NewClientPoliciesRepresentation

func NewClientPoliciesRepresentation() *ClientPoliciesRepresentation

NewClientPoliciesRepresentation instantiates a new ClientPoliciesRepresentation 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

NewClientPoliciesRepresentationWithDefaults

func NewClientPoliciesRepresentationWithDefaults() *ClientPoliciesRepresentation

NewClientPoliciesRepresentationWithDefaults instantiates a new ClientPoliciesRepresentation 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 *ClientPoliciesRepresentation) GetPolicies() []ClientPolicyRepresentation

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

GetPoliciesOk

func (o *ClientPoliciesRepresentation) GetPoliciesOk() (*[]ClientPolicyRepresentation, 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 *ClientPoliciesRepresentation) SetPolicies(v []ClientPolicyRepresentation)

SetPolicies sets Policies field to given value.

HasPolicies

func (o *ClientPoliciesRepresentation) HasPolicies() bool

HasPolicies returns a boolean if a field has been set.

GetGlobalPolicies

func (o *ClientPoliciesRepresentation) GetGlobalPolicies() []ClientPolicyRepresentation

GetGlobalPolicies returns the GlobalPolicies field if non-nil, zero value otherwise.

GetGlobalPoliciesOk

func (o *ClientPoliciesRepresentation) GetGlobalPoliciesOk() (*[]ClientPolicyRepresentation, bool)

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

SetGlobalPolicies

func (o *ClientPoliciesRepresentation) SetGlobalPolicies(v []ClientPolicyRepresentation)

SetGlobalPolicies sets GlobalPolicies field to given value.

HasGlobalPolicies

func (o *ClientPoliciesRepresentation) HasGlobalPolicies() bool

HasGlobalPolicies returns a boolean if a field has been set.

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