Account constructor

Account({
  1. String? accountManagement,
  2. List<AccountAdsLink>? adsLinks,
  3. bool? adultContent,
  4. AccountAutomaticImprovements? automaticImprovements,
  5. List<String>? automaticLabelIds,
  6. AccountBusinessIdentity? businessIdentity,
  7. AccountBusinessInformation? businessInformation,
  8. AccountConversionSettings? conversionSettings,
  9. String? cssId,
  10. AccountGoogleMyBusinessLink? googleMyBusinessLink,
  11. String? id,
  12. String? kind,
  13. List<String>? labelIds,
  14. String? name,
  15. String? sellerId,
  16. List<AccountUser>? users,
  17. String? websiteUrl,
  18. List<AccountYouTubeChannelLink>? youtubeChannelLinks,
})

Implementation

Account({
  this.accountManagement,
  this.adsLinks,
  this.adultContent,
  this.automaticImprovements,
  this.automaticLabelIds,
  this.businessIdentity,
  this.businessInformation,
  this.conversionSettings,
  this.cssId,
  this.googleMyBusinessLink,
  this.id,
  this.kind,
  this.labelIds,
  this.name,
  this.sellerId,
  this.users,
  this.websiteUrl,
  this.youtubeChannelLinks,
});