Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.79 KB

ProfileEnrollmentPolicyRuleAllOf.md

File metadata and controls

82 lines (45 loc) · 2.79 KB

ProfileEnrollmentPolicyRuleAllOf

Properties

Name Type Description Notes
Actions Pointer to ProfileEnrollmentPolicyRuleActions [optional]
Conditions Pointer to PolicyRuleConditions [optional]

Methods

NewProfileEnrollmentPolicyRuleAllOf

func NewProfileEnrollmentPolicyRuleAllOf() *ProfileEnrollmentPolicyRuleAllOf

NewProfileEnrollmentPolicyRuleAllOf instantiates a new ProfileEnrollmentPolicyRuleAllOf 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

NewProfileEnrollmentPolicyRuleAllOfWithDefaults

func NewProfileEnrollmentPolicyRuleAllOfWithDefaults() *ProfileEnrollmentPolicyRuleAllOf

NewProfileEnrollmentPolicyRuleAllOfWithDefaults instantiates a new ProfileEnrollmentPolicyRuleAllOf 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

GetActions

func (o *ProfileEnrollmentPolicyRuleAllOf) GetActions() ProfileEnrollmentPolicyRuleActions

GetActions returns the Actions field if non-nil, zero value otherwise.

GetActionsOk

func (o *ProfileEnrollmentPolicyRuleAllOf) GetActionsOk() (*ProfileEnrollmentPolicyRuleActions, bool)

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

SetActions

func (o *ProfileEnrollmentPolicyRuleAllOf) SetActions(v ProfileEnrollmentPolicyRuleActions)

SetActions sets Actions field to given value.

HasActions

func (o *ProfileEnrollmentPolicyRuleAllOf) HasActions() bool

HasActions returns a boolean if a field has been set.

GetConditions

func (o *ProfileEnrollmentPolicyRuleAllOf) GetConditions() PolicyRuleConditions

GetConditions returns the Conditions field if non-nil, zero value otherwise.

GetConditionsOk

func (o *ProfileEnrollmentPolicyRuleAllOf) GetConditionsOk() (*PolicyRuleConditions, bool)

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

SetConditions

func (o *ProfileEnrollmentPolicyRuleAllOf) SetConditions(v PolicyRuleConditions)

SetConditions sets Conditions field to given value.

HasConditions

func (o *ProfileEnrollmentPolicyRuleAllOf) HasConditions() bool

HasConditions returns a boolean if a field has been set.

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