class Google::Apis::AnalyticsV3::RemarketingAudience::AudienceDefinition
The simple audience definition that will cause a user to be added to an audience.
Attributes
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 4678 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 4683 def update!(**args) @include_conditions = args[:include_conditions] if args.key?(:include_conditions) end