FloodlightActivityGroup class
Contains properties of a Floodlight activity group.
Constructors
- FloodlightActivityGroup({String? accountId, String? advertiserId, DimensionValue? advertiserIdDimensionValue, String? floodlightConfigurationId, DimensionValue? floodlightConfigurationIdDimensionValue, String? id, DimensionValue? idDimensionValue, String? kind, String? name, String? subaccountId, String? tagString, String? type})
- FloodlightActivityGroup.fromJson(Map json_)
Properties
- accountId ↔ String?
-
Account ID of this floodlight activity group.
getter/setter pair
- advertiserId ↔ String?
-
Advertiser ID of this floodlight activity group.
getter/setter pair
- advertiserIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the advertiser.
getter/setter pair
- floodlightConfigurationId ↔ String?
-
Floodlight configuration ID of this floodlight activity group.
getter/setter pair
- floodlightConfigurationIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the floodlight configuration.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
ID of this floodlight activity group.
getter/setter pair
- idDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of this floodlight activity group.
getter/setter pair
- kind ↔ String?
-
Identifies what kind of resource this is.
getter/setter pair
- name ↔ String?
-
Name of this floodlight activity group.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subaccountId ↔ String?
-
Subaccount ID of this floodlight activity group.
getter/setter pair
- tagString ↔ String?
-
Value of the type= parameter in the floodlight tag, which the ad servers
use to identify the activity group that the activity belongs to.
getter/setter pair
- type ↔ String?
-
Type of the floodlight activity group.
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