google_api_storage v0.4.0 GoogleApi.Storage.V1.Model.ComposeRequest View Source

A Compose request.

Attributes

  • destination (Object): Properties of the resulting object. Defaults to: null.
  • kind (String.t): The kind of item this is. Defaults to: null.
  • sourceObjects ([ComposeRequestSourceObjects]): The list of source objects that will be concatenated into a single object. Defaults to: null.

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.Storage.V1.Model.ComposeRequest{
  destination: GoogleApi.Storage.V1.Model.Object.t(),
  kind: any(),
  sourceObjects: [GoogleApi.Storage.V1.Model.ComposeRequestSourceObjects.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.