View Source GoogleApi.CloudSupport.V2beta.Model.ObjectId (google_api_cloud_support v0.8.1)

gdata.* are outside protos with mising documentation

Attributes

  • bucketName (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation
  • generation (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation
  • objectName (type: String.t, default: nil) - # gdata.* are outside protos with mising documentation

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudSupport.V2beta.Model.ObjectId{
  bucketName: String.t() | nil,
  generation: String.t() | nil,
  objectName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.