Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.65 KB

RuleTargetsInnerInclude.md

File metadata and controls

56 lines (31 loc) · 1.65 KB

RuleTargetsInnerInclude

Properties

Name Type Description Notes
Or Pointer to []RuleTarget [optional]

Methods

NewRuleTargetsInnerInclude

func NewRuleTargetsInnerInclude() *RuleTargetsInnerInclude

NewRuleTargetsInnerInclude instantiates a new RuleTargetsInnerInclude 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

NewRuleTargetsInnerIncludeWithDefaults

func NewRuleTargetsInnerIncludeWithDefaults() *RuleTargetsInnerInclude

NewRuleTargetsInnerIncludeWithDefaults instantiates a new RuleTargetsInnerInclude 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

GetOr

func (o *RuleTargetsInnerInclude) GetOr() []RuleTarget

GetOr returns the Or field if non-nil, zero value otherwise.

GetOrOk

func (o *RuleTargetsInnerInclude) GetOrOk() (*[]RuleTarget, bool)

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

SetOr

func (o *RuleTargetsInnerInclude) SetOr(v []RuleTarget)

SetOr sets Or field to given value.

HasOr

func (o *RuleTargetsInnerInclude) HasOr() bool

HasOr returns a boolean if a field has been set.

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