View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData (google_api_analytics_admin v0.21.0)

Data specific to iOS app streams.

Attributes

  • bundleId (type: String.t, default: nil) - Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData{
    bundleId: String.t() | nil,
    firebaseAppId: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.