PlacementGroup constructor
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,
Implementation
PlacementGroup({
this.accountId,
this.activeStatus,
this.advertiserId,
this.advertiserIdDimensionValue,
this.campaignId,
this.campaignIdDimensionValue,
this.childPlacementIds,
this.comment,
this.contentCategoryId,
this.createInfo,
this.directorySiteId,
this.directorySiteIdDimensionValue,
this.externalId,
this.id,
this.idDimensionValue,
this.kind,
this.lastModifiedInfo,
this.name,
this.placementGroupType,
this.placementStrategyId,
this.pricingSchedule,
this.primaryPlacementId,
this.primaryPlacementIdDimensionValue,
this.siteId,
this.siteIdDimensionValue,
this.subaccountId,
});