View Source GoogleApi.MigrationCenter.V1.Model.ImportDataFile (google_api_migration_center v0.5.2)
A resource that represents a payload file in an import job.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp when the file was created. -
displayName
(type:String.t
, default:nil
) - User-friendly display name. Maximum length is 63 characters. -
format
(type:String.t
, default:nil
) - Required. The payload format. -
name
(type:String.t
, default:nil
) - Output only. The name of the file. -
state
(type:String.t
, default:nil
) - Output only. The state of the import data file. -
uploadFileInfo
(type:GoogleApi.MigrationCenter.V1.Model.UploadFileInfo.t
, default:nil
) - Information about a file that is uploaded to a storage service.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.ImportDataFile{ createTime: DateTime.t() | nil, displayName: String.t() | nil, format: String.t() | nil, name: String.t() | nil, state: String.t() | nil, uploadFileInfo: GoogleApi.MigrationCenter.V1.Model.UploadFileInfo.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.