Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1betaDataRetentionSettings

Settings values for data retention. This is a singleton resource.

Inheritance
object
GoogleAnalyticsAdminV1betaDataRetentionSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1beta.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class GoogleAnalyticsAdminV1betaDataRetentionSettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventDataRetention

Required. The length of time that event-level data is retained.

Declaration
[JsonProperty("eventDataRetention")]
public virtual string EventDataRetention { get; set; }
Property Value
Type Description
string

Name

Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ResetUserDataOnNewActivity

If true, reset the retention period for the user identifier with every event from that user.

Declaration
[JsonProperty("resetUserDataOnNewActivity")]
public virtual bool? ResetUserDataOnNewActivity { get; set; }
Property Value
Type Description
bool?

UserDataRetention

Required. The length of time that user-level data is retained.

Declaration
[JsonProperty("userDataRetention")]
public virtual string UserDataRetention { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX