class Google::Apis::AnalyticsV3::RemarketingAudience::StateBasedAudienceDefinition

A state based audience definition that will cause a user to be added or removed from an audience.

Attributes

exclude_conditions[RW]

Defines the conditions to exclude users from the audience. Corresponds to the JSON property `excludeConditions` @return [Google::Apis::AnalyticsV3::RemarketingAudience::StateBasedAudienceDefinition::ExcludeConditions]

include_conditions[RW]

JSON template for an Analytics Remarketing Include Conditions. Corresponds to the JSON property `includeConditions` @return [Google::Apis::AnalyticsV3::IncludeConditions]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/analytics_v3/classes.rb, line 4703
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/analytics_v3/classes.rb, line 4708
def update!(**args)
  @exclude_conditions = args[:exclude_conditions] if args.key?(:exclude_conditions)
  @include_conditions = args[:include_conditions] if args.key?(:include_conditions)
end