GoogleAnalyticsAdminV1alphaDataSharingSettings class

A resource message representing data sharing settings of a Google Analytics account.

Constructors

GoogleAnalyticsAdminV1alphaDataSharingSettings({String? name, bool? sharingWithGoogleAnySalesEnabled, bool? sharingWithGoogleAssignedSalesEnabled, bool? sharingWithGoogleProductsEnabled, bool? sharingWithGoogleSupportEnabled, bool? sharingWithOthersEnabled})
GoogleAnalyticsAdminV1alphaDataSharingSettings.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Resource name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharingWithGoogleAnySalesEnabled bool?
Allows any of Google sales to access the data in order to suggest configuration changes to improve results.
getter/setter pair
sharingWithGoogleAssignedSalesEnabled bool?
Allows Google sales teams that are assigned to the customer to access the data in order to suggest configuration changes to improve results.
getter/setter pair
sharingWithGoogleProductsEnabled bool?
Allows Google to use the data to improve other Google products or services.
getter/setter pair
sharingWithGoogleSupportEnabled bool?
Allows Google support to access the data in order to help troubleshoot issues.
getter/setter pair
sharingWithOthersEnabled bool?
Allows Google to share the data anonymously in aggregate form with others.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited