google_api_storage v0.16.0 GoogleApi.Storage.V1.Model.ComposeRequest 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Storage.V1.Model.ComposeRequest{
destination: GoogleApi.Storage.V1.Model.Object.t(),
kind: String.t(),
sourceObjects: [GoogleApi.Storage.V1.Model.ComposeRequestSourceObjects.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.