Class RulesFile
Details of a single rules file.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class RulesFile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RulesContent
Required. The text content of the rules that needs to be converted.
Declaration
[JsonProperty("rulesContent")]
public virtual string RulesContent { get; set; }
Property Value
Type | Description |
---|---|
string |
RulesSourceFilename
Required. The filename of the rules that needs to be converted. The filename is used mainly so that future logs of the import rules job contain it, and can therefore be searched by it.
Declaration
[JsonProperty("rulesSourceFilename")]
public virtual string RulesSourceFilename { get; set; }
Property Value
Type | Description |
---|---|
string |