Class GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData
Data specific to iOS app streams.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1beta.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData : IDirectResponseSchema
Properties
BundleId
Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"
Declaration
[JsonProperty("bundleId")]
public virtual string BundleId { get; set; }
Property Value
Type | Description |
---|---|
string |
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 iOS app in Firebase, if any. This ID can change if the iOS app is deleted and recreated.
Declaration
[JsonProperty("firebaseAppId")]
public virtual string FirebaseAppId { get; set; }
Property Value
Type | Description |
---|---|
string |