Placement constructor
Placement({
- String? accountId,
- String? activeStatus,
- bool? adBlockingOptOut,
- List<
Size> ? additionalSizes, - String? advertiserId,
- DimensionValue? advertiserIdDimensionValue,
- String? campaignId,
- DimensionValue? campaignIdDimensionValue,
- String? comment,
- String? compatibility,
- String? contentCategoryId,
- PlacementConversionDomainOverride? conversionDomainOverride,
- LastModifiedInfo? createInfo,
- String? directorySiteId,
- DimensionValue? directorySiteIdDimensionValue,
- String? externalId,
- String? id,
- DimensionValue? idDimensionValue,
- String? keyName,
- String? kind,
- LastModifiedInfo? lastModifiedInfo,
- LookbackConfiguration? lookbackConfiguration,
- String? name,
- MeasurementPartnerWrappingData? partnerWrappingData,
- bool? paymentApproved,
- String? paymentSource,
- String? placementGroupId,
- DimensionValue? placementGroupIdDimensionValue,
- String? placementStrategyId,
- PricingSchedule? pricingSchedule,
- bool? primary,
- LastModifiedInfo? publisherUpdateInfo,
- String? siteId,
- DimensionValue? siteIdDimensionValue,
- Size? size,
- bool? sslRequired,
- String? status,
- String? subaccountId,
- List<
String> ? tagFormats, - TagSetting? tagSetting,
- bool? videoActiveViewOptOut,
- VideoSettings? videoSettings,
- String? vpaidAdapterChoice,
- bool? wrappingOptOut,
Implementation
Placement({
this.accountId,
this.activeStatus,
this.adBlockingOptOut,
this.additionalSizes,
this.advertiserId,
this.advertiserIdDimensionValue,
this.campaignId,
this.campaignIdDimensionValue,
this.comment,
this.compatibility,
this.contentCategoryId,
this.conversionDomainOverride,
this.createInfo,
this.directorySiteId,
this.directorySiteIdDimensionValue,
this.externalId,
this.id,
this.idDimensionValue,
this.keyName,
this.kind,
this.lastModifiedInfo,
this.lookbackConfiguration,
this.name,
this.partnerWrappingData,
this.paymentApproved,
this.paymentSource,
this.placementGroupId,
this.placementGroupIdDimensionValue,
this.placementStrategyId,
this.pricingSchedule,
this.primary,
this.publisherUpdateInfo,
this.siteId,
this.siteIdDimensionValue,
this.size,
this.sslRequired,
this.status,
this.subaccountId,
this.tagFormats,
this.tagSetting,
this.videoActiveViewOptOut,
this.videoSettings,
this.vpaidAdapterChoice,
this.wrappingOptOut,
});