RemarketingAudience constructor
      
      RemarketingAudience({ 
    
    
- String? accountId,
 - RemarketingAudienceAudienceDefinition? audienceDefinition,
 - String? audienceType,
 - DateTime? created,
 - String? description,
 - String? id,
 - String? internalWebPropertyId,
 - String? kind,
 - List<
LinkedForeignAccount> ? linkedAdAccounts, - List<
String> ? linkedViews, - String? name,
 - RemarketingAudienceStateBasedAudienceDefinition? stateBasedAudienceDefinition,
 - DateTime? updated,
 - String? webPropertyId,
 
Implementation
RemarketingAudience({
  this.accountId,
  this.audienceDefinition,
  this.audienceType,
  this.created,
  this.description,
  this.id,
  this.internalWebPropertyId,
  this.kind,
  this.linkedAdAccounts,
  this.linkedViews,
  this.name,
  this.stateBasedAudienceDefinition,
  this.updated,
  this.webPropertyId,
});