GoogleAnalyticsAdminV1alphaDataSharingSettings constructor

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

Implementation

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