FloodlightActivity class

A single Floodlight activity.

Constructors

FloodlightActivity({List<String>? advertiserIds, String? displayName, String? floodlightActivityId, String? floodlightGroupId, String? name, List<RemarketingConfig>? remarketingConfigs, String? servingStatus, bool? sslRequired})
FloodlightActivity.fromJson(Map json_)

Properties

advertiserIds List<String>?
IDs of the advertisers that have access to the parent Floodlight group.
getter/setter pair
displayName String?
The display name of the Floodlight activity.
getter/setter pair
floodlightActivityId String?
The unique ID of the Floodlight activity.
getter/setter pair
floodlightGroupId String?
The ID of the parent Floodlight group.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the Floodlight activity.
getter/setter pair
remarketingConfigs List<RemarketingConfig>?
A list of configuration objects designating whether remarketing for this Floodlight Activity is enabled and available for a specifc advertiser.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servingStatus String?
Whether the Floodlight activity is served.
getter/setter pair
sslRequired bool?
Whether tags are required to be compliant.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited