Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.95 KB

OAuth2ScopesMediationPolicyRuleCondition.md

File metadata and controls

56 lines (31 loc) · 1.95 KB

OAuth2ScopesMediationPolicyRuleCondition

Properties

Name Type Description Notes
Include Pointer to []string [optional]

Methods

NewOAuth2ScopesMediationPolicyRuleCondition

func NewOAuth2ScopesMediationPolicyRuleCondition() *OAuth2ScopesMediationPolicyRuleCondition

NewOAuth2ScopesMediationPolicyRuleCondition instantiates a new OAuth2ScopesMediationPolicyRuleCondition 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

NewOAuth2ScopesMediationPolicyRuleConditionWithDefaults

func NewOAuth2ScopesMediationPolicyRuleConditionWithDefaults() *OAuth2ScopesMediationPolicyRuleCondition

NewOAuth2ScopesMediationPolicyRuleConditionWithDefaults instantiates a new OAuth2ScopesMediationPolicyRuleCondition 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 *OAuth2ScopesMediationPolicyRuleCondition) GetInclude() []string

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

GetIncludeOk

func (o *OAuth2ScopesMediationPolicyRuleCondition) 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 *OAuth2ScopesMediationPolicyRuleCondition) SetInclude(v []string)

SetInclude sets Include field to given value.

HasInclude

func (o *OAuth2ScopesMediationPolicyRuleCondition) HasInclude() bool

HasInclude returns a boolean if a field has been set.

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