PlacementGroup class Null safety
Contains properties of a package or roadblock.
Constructors
-
PlacementGroup({String? accountId, String? activeStatus, String? advertiserId, DimensionValue? advertiserIdDimensionValue, String? campaignId, DimensionValue? campaignIdDimensionValue, List<
String> ? childPlacementIds, String? comment, String? contentCategoryId, LastModifiedInfo? createInfo, String? directorySiteId, DimensionValue? directorySiteIdDimensionValue, String? externalId, String? id, DimensionValue? idDimensionValue, String? kind, LastModifiedInfo? lastModifiedInfo, String? name, String? placementGroupType, String? placementStrategyId, PricingSchedule? pricingSchedule, String? primaryPlacementId, DimensionValue? primaryPlacementIdDimensionValue, String? siteId, DimensionValue? siteIdDimensionValue, String? subaccountId}) - PlacementGroup.fromJson(Map json_)
Properties
- accountId ↔ String?
-
Account ID of this placement group.
read / write
- activeStatus ↔ String?
-
Whether this placement group is active, inactive, archived or permanently
archived.
Possible string values are:
read / write
- advertiserId ↔ String?
-
Advertiser ID of this placement group.
read / write
- advertiserIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the advertiser.
read / write
- campaignId ↔ String?
-
Campaign ID of this placement group.
read / write
- campaignIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the campaign.
read / write
-
childPlacementIds
↔ List<
String> ? -
IDs of placements which are assigned to this placement group.
read / write
- comment ↔ String?
-
Comments for this placement group.
read / write
- contentCategoryId ↔ String?
-
ID of the content category assigned to this placement group.
read / write
- createInfo ↔ LastModifiedInfo?
-
Information about the creation of this placement group.
read / write
- directorySiteId ↔ String?
-
Directory site ID associated with this placement group.
read / write
- directorySiteIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the directory site.
read / write
- externalId ↔ String?
-
External ID for this placement.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
ID of this placement group.
read / write
- idDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of this placement group.
read / write
- kind ↔ String?
-
Identifies what kind of resource this is.
read / write
- lastModifiedInfo ↔ LastModifiedInfo?
-
Information about the most recent modification of this placement group.
read / write
- name ↔ String?
-
Name of this placement group.
read / write
- placementGroupType ↔ String?
-
Type of this placement group.
read / write
- placementStrategyId ↔ String?
-
ID of the placement strategy assigned to this placement group.
read / write
- pricingSchedule ↔ PricingSchedule?
-
Pricing schedule of this placement group.
read / write
- primaryPlacementId ↔ String?
-
ID of the primary placement, used to calculate the media cost of a
roadblock (placement group).
read / write
- primaryPlacementIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the primary placement.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- siteId ↔ String?
-
Site ID associated with this placement group.
read / write
- siteIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the site.
read / write
- subaccountId ↔ String?
-
Subaccount ID of this placement group.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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