GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAndroidAppDataStream (google_api_analytics_admin v0.7.2) View Source
A resource message representing a Google Analytics Android app stream.
Attributes
-
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 Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated. -
name
(type:String.t
, default:nil
) - Output only. Resource name of this Data Stream. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/1000/androidAppDataStreams/2000" -
packageName
(type:String.t
, default:nil
) - Immutable. The package name for the app being measured. Example: "com.example.myandroidapp" -
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.GoogleAnalyticsAdminV1alphaAndroidAppDataStream{ createTime: DateTime.t() | nil, displayName: String.t() | nil, firebaseAppId: String.t() | nil, name: String.t() | nil, packageName: String.t() | nil, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.