GoogleApi.Storage.V1.Model.ComposeRequest (google_api_storage v0.29.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.