Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.71 KB

ClientPolicyCondition.md

File metadata and controls

56 lines (31 loc) · 1.71 KB

ClientPolicyCondition

Properties

Name Type Description Notes
Include Pointer to []string Which clients are included in the Policy [optional]

Methods

NewClientPolicyCondition

func NewClientPolicyCondition() *ClientPolicyCondition

NewClientPolicyCondition instantiates a new ClientPolicyCondition 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

NewClientPolicyConditionWithDefaults

func NewClientPolicyConditionWithDefaults() *ClientPolicyCondition

NewClientPolicyConditionWithDefaults instantiates a new ClientPolicyCondition 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

GetInclude

func (o *ClientPolicyCondition) GetInclude() []string

GetInclude returns the Include field if non-nil, zero value otherwise.

GetIncludeOk

func (o *ClientPolicyCondition) GetIncludeOk() (*[]string, bool)

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

SetInclude

func (o *ClientPolicyCondition) SetInclude(v []string)

SetInclude sets Include field to given value.

HasInclude

func (o *ClientPolicyCondition) HasInclude() bool

HasInclude returns a boolean if a field has been set.

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