Ad constructor
Ad({
- String? accountId,
- bool? active,
- String? advertiserId,
- DimensionValue? advertiserIdDimensionValue,
- bool? archived,
- String? audienceSegmentId,
- String? campaignId,
- DimensionValue? campaignIdDimensionValue,
- ClickThroughUrl? clickThroughUrl,
- ClickThroughUrlSuffixProperties? clickThroughUrlSuffixProperties,
- String? comments,
- String? compatibility,
- LastModifiedInfo? createInfo,
- List<
CreativeGroupAssignment> ? creativeGroupAssignments, - CreativeRotation? creativeRotation,
- DayPartTargeting? dayPartTargeting,
- DefaultClickThroughEventTagProperties? defaultClickThroughEventTagProperties,
- DeliverySchedule? deliverySchedule,
- bool? dynamicClickTracker,
- DateTime? endTime,
- List<
EventTagOverride> ? eventTagOverrides, - GeoTargeting? geoTargeting,
- String? id,
- DimensionValue? idDimensionValue,
- KeyValueTargetingExpression? keyValueTargetingExpression,
- String? kind,
- LanguageTargeting? languageTargeting,
- LastModifiedInfo? lastModifiedInfo,
- String? name,
- List<
PlacementAssignment> ? placementAssignments, - ListTargetingExpression? remarketingListExpression,
- Size? size,
- bool? sslCompliant,
- bool? sslRequired,
- DateTime? startTime,
- String? subaccountId,
- String? targetingTemplateId,
- TechnologyTargeting? technologyTargeting,
- String? type,
Implementation
Ad({
this.accountId,
this.active,
this.advertiserId,
this.advertiserIdDimensionValue,
this.archived,
this.audienceSegmentId,
this.campaignId,
this.campaignIdDimensionValue,
this.clickThroughUrl,
this.clickThroughUrlSuffixProperties,
this.comments,
this.compatibility,
this.createInfo,
this.creativeGroupAssignments,
this.creativeRotation,
this.dayPartTargeting,
this.defaultClickThroughEventTagProperties,
this.deliverySchedule,
this.dynamicClickTracker,
this.endTime,
this.eventTagOverrides,
this.geoTargeting,
this.id,
this.idDimensionValue,
this.keyValueTargetingExpression,
this.kind,
this.languageTargeting,
this.lastModifiedInfo,
this.name,
this.placementAssignments,
this.remarketingListExpression,
this.size,
this.sslCompliant,
this.sslRequired,
this.startTime,
this.subaccountId,
this.targetingTemplateId,
this.technologyTargeting,
this.type,
});