google_api_storage v0.1.0 GoogleApi.Storage.V1.Model.ComposeRequestSourceObjects View Source
Attributes
- generation (String.t): The generation of this object to use as the source. Defaults to:
null
. - name (String.t): The source object's name. The source object's bucket is implicitly the destination bucket. Defaults to:
null
. - objectPreconditions (ComposeRequestObjectPreconditions): 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.ComposeRequestSourceObjects{ generation: any(), name: any(), objectPreconditions: GoogleApi.Storage.V1.Model.ComposeRequestObjectPreconditions.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.