View Source GoogleApi.MigrationCenter.V1.Model.UploadFileInfo (google_api_migration_center v0.5.2)
A resource that contains a URI to which a data file can be uploaded.
Attributes
-
headers
(type:map()
, default:nil
) - Output only. The headers that were used to sign the URI. -
signedUri
(type:String.t
, default:nil
) - Output only. Upload URI for the file. -
uriExpirationTime
(type:DateTime.t
, default:nil
) - Output only. Expiration time of the upload URI.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.UploadFileInfo{ headers: map() | nil, signedUri: String.t() | nil, uriExpirationTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.