google_api_firebase v0.2.0 GoogleApi.Firebase.V1beta1.Model.AddFirebaseRequest View Source

All fields are required.

Attributes

  • locationId (type: String.t, default: nil) - Deprecated. Instead, to set your project's default GCP resource location, call FinalizeDefaultLocation after you add Firebase resources to your project.

    The ID of the project's default GCP resource location. The location must be one of the available GCP resource locations.
  • regionCode (type: String.t, default: nil) - Deprecated. Instead, to link your Project with a Google Analytics account, call AddGoogleAnalytics after you add Firebase resources to your Project.

    The region code (CLDR) that the account will use for Firebase Analytics data.
    For example: US, GB, or DE

    In Java, use com.google.i18n.identifiers.RegionCode.
  • timeZone (type: String.t, default: nil) - Deprecated. Instead, to link your Project with a Google Analytics account, call AddGoogleAnalytics after you add Firebase resources to your Project.

    The time zone that the account will use for Firebase Analytics data.
    For example: America/Los_Angeles or Africa/Abidjan

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Firebase.V1beta1.Model.AddFirebaseRequest{
  locationId: String.t(),
  regionCode: String.t(),
  timeZone: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.