Class GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData
Data specific to Android app streams.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1beta.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirebaseAppId
Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated.
Declaration
[JsonProperty("firebaseAppId")]
public virtual string FirebaseAppId { get; set; }
Property Value
Type | Description |
---|---|
string |
PackageName
Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"
Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
Type | Description |
---|---|
string |