View Source GoogleApi.FirebaseAppDistribution.V1.Model.GdataObjectId (google_api_firebase_app_distribution v0.3.1)

This is a copy of the tech.blob.ObjectId proto, which could not be used directly here due to transitive closure issues with JavaScript support; see http://b/8801763.

Attributes

  • bucketName (type: String.t, default: nil) - The name of the bucket to which this object belongs.
  • generation (type: String.t, default: nil) - Generation of the object. Generations are monotonically increasing across writes, allowing them to be be compared to determine which generation is newer. If this is omitted in a request, then you are requesting the live object. See http://go/bigstore-versions
  • objectName (type: String.t, default: nil) - The name of the object.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseAppDistribution.V1.Model.GdataObjectId{
  bucketName: String.t() | nil,
  generation: String.t() | nil,
  objectName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.