Class DataStream.Types.IosAppStreamData
Data specific to iOS app streams.
Implements
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.dll
Syntax
public sealed class DataStream.Types.IosAppStreamData : IMessage<DataStream.Types.IosAppStreamData>, IEquatable<DataStream.Types.IosAppStreamData>, IDeepCloneable<DataStream.Types.IosAppStreamData>, IBufferMessage, IMessage
Constructors
IosAppStreamData()
Declaration
public IosAppStreamData()
IosAppStreamData(IosAppStreamData)
Declaration
public IosAppStreamData(DataStream.Types.IosAppStreamData other)
Parameters
Type | Name | Description |
---|---|---|
DataStream.Types.IosAppStreamData | other |
Properties
BundleId
Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"
Declaration
public string BundleId { 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
public string FirebaseAppId { get; set; }
Property Value
Type | Description |
---|---|
string |