GoogleAnalyticsAdminV1alphaDataRetentionSettings class
Settings values for data retention.
This is a singleton resource.
Constructors
- GoogleAnalyticsAdminV1alphaDataRetentionSettings({String? eventDataRetention, String? name, bool? resetUserDataOnNewActivity})
- GoogleAnalyticsAdminV1alphaDataRetentionSettings.fromJson(Map _json)
Properties
- eventDataRetention ↔ String?
-
The length of time that event-level data is retained.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Resource name for this DataRetentionSetting resource.
getter/setter pair
- resetUserDataOnNewActivity ↔ bool?
-
If true, reset the retention period for the user identifier with every
event from that user.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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