Name | Type | Description | Notes |
---|---|---|---|
Or | Pointer to []RuleTarget | [optional] |
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
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
func (o *RuleTargetsInnerInclude) GetOr() []RuleTarget
GetOr returns the Or field if non-nil, zero value otherwise.
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.
func (o *RuleTargetsInnerInclude) SetOr(v []RuleTarget)
SetOr sets Or field to given value.
func (o *RuleTargetsInnerInclude) HasOr() bool
HasOr returns a boolean if a field has been set.