View Source GoogleApi.Storage.V1.Model.ComposeRequest (google_api_storage v0.45.0)

A Compose request.

Attributes

  • destination (type: GoogleApi.Storage.V1.Model.Object.t, default: nil) - Properties of the resulting object.
  • kind (type: String.t, default: storage#composeRequest) - The kind of item this is.
  • sourceObjects (type: list(GoogleApi.Storage.V1.Model.ComposeRequestSourceObjects.t), default: nil) - The list of source objects that will be concatenated into a single object.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Storage.V1.Model.ComposeRequest{
  destination: GoogleApi.Storage.V1.Model.Object.t() | nil,
  kind: String.t() | nil,
  sourceObjects:
    [GoogleApi.Storage.V1.Model.ComposeRequestSourceObjects.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.