Class ImportRulesJobDetails
Details regarding an Import Rules background job.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class ImportRulesJobDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileFormat
Output only. The requested file format.
Declaration
[JsonProperty("fileFormat")]
public virtual string FileFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
Files
Output only. File names used for the import rules job.
Declaration
[JsonProperty("files")]
public virtual IList<string> Files { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |