Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.87 KB

UserLifecycleAttributePolicyRuleCondition.md

File metadata and controls

82 lines (45 loc) · 2.87 KB

UserLifecycleAttributePolicyRuleCondition

Properties

Name Type Description Notes
AttributeName Pointer to string [optional]
MatchingValue Pointer to string [optional]

Methods

NewUserLifecycleAttributePolicyRuleCondition

func NewUserLifecycleAttributePolicyRuleCondition() *UserLifecycleAttributePolicyRuleCondition

NewUserLifecycleAttributePolicyRuleCondition instantiates a new UserLifecycleAttributePolicyRuleCondition 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

NewUserLifecycleAttributePolicyRuleConditionWithDefaults

func NewUserLifecycleAttributePolicyRuleConditionWithDefaults() *UserLifecycleAttributePolicyRuleCondition

NewUserLifecycleAttributePolicyRuleConditionWithDefaults instantiates a new UserLifecycleAttributePolicyRuleCondition 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

GetAttributeName

func (o *UserLifecycleAttributePolicyRuleCondition) GetAttributeName() string

GetAttributeName returns the AttributeName field if non-nil, zero value otherwise.

GetAttributeNameOk

func (o *UserLifecycleAttributePolicyRuleCondition) GetAttributeNameOk() (*string, bool)

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

SetAttributeName

func (o *UserLifecycleAttributePolicyRuleCondition) SetAttributeName(v string)

SetAttributeName sets AttributeName field to given value.

HasAttributeName

func (o *UserLifecycleAttributePolicyRuleCondition) HasAttributeName() bool

HasAttributeName returns a boolean if a field has been set.

GetMatchingValue

func (o *UserLifecycleAttributePolicyRuleCondition) GetMatchingValue() string

GetMatchingValue returns the MatchingValue field if non-nil, zero value otherwise.

GetMatchingValueOk

func (o *UserLifecycleAttributePolicyRuleCondition) GetMatchingValueOk() (*string, bool)

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

SetMatchingValue

func (o *UserLifecycleAttributePolicyRuleCondition) SetMatchingValue(v string)

SetMatchingValue sets MatchingValue field to given value.

HasMatchingValue

func (o *UserLifecycleAttributePolicyRuleCondition) HasMatchingValue() bool

HasMatchingValue returns a boolean if a field has been set.

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