View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaIosAppDataStream (google_api_analytics_admin v0.13.0)
A resource message representing a Google Analytics IOS app stream.
Attributes
-
bundleId
(type:String.t
, default:nil
) - Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp" -
createTime
(type:DateTime.t
, default:nil
) - Output only. Time when this stream was originally created. -
displayName
(type:String.t
, default:nil
) - Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units. -
firebaseAppId
(type:String.t
, default:nil
) - Output only. ID of the corresponding iOS app in Firebase, if any. This ID can change if the iOS app is deleted and recreated. -
name
(type:String.t
, default:nil
) - Output only. Resource name of this Data Stream. Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: "properties/1000/iosAppDataStreams/2000" -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Time when stream payload fields were last updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaIosAppDataStream{ bundleId: String.t() | nil, createTime: DateTime.t() | nil, displayName: String.t() | nil, firebaseAppId: String.t() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.