GoogleAnalyticsAdminV1betaDataSharingSettings constructor

GoogleAnalyticsAdminV1betaDataSharingSettings({
  1. String? name,
  2. bool? sharingWithGoogleAnySalesEnabled,
  3. bool? sharingWithGoogleAssignedSalesEnabled,
  4. bool? sharingWithGoogleProductsEnabled,
  5. bool? sharingWithGoogleSupportEnabled,
  6. bool? sharingWithOthersEnabled,
})

Implementation

GoogleAnalyticsAdminV1betaDataSharingSettings({
  this.name,
  this.sharingWithGoogleAnySalesEnabled,
  this.sharingWithGoogleAssignedSalesEnabled,
  this.sharingWithGoogleProductsEnabled,
  this.sharingWithGoogleSupportEnabled,
  this.sharingWithOthersEnabled,
});