Account constructor
Account({
- String? accountManagement,
- List<
AccountAdsLink> ? adsLinks, - bool? adultContent,
- AccountAutomaticImprovements? automaticImprovements,
- List<
String> ? automaticLabelIds, - AccountBusinessIdentity? businessIdentity,
- AccountBusinessInformation? businessInformation,
- AccountConversionSettings? conversionSettings,
- String? cssId,
- AccountGoogleMyBusinessLink? googleMyBusinessLink,
- String? id,
- String? kind,
- List<
String> ? labelIds, - String? name,
- String? sellerId,
- List<
AccountUser> ? users, - String? websiteUrl,
- 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,
});