Class EntityMappingLogEntry
A single record of a rule which was used for a mapping.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class EntityMappingLogEntry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MappingComment
Comment.
Declaration
[JsonProperty("mappingComment")]
public virtual string MappingComment { get; set; }
Property Value
Type | Description |
---|---|
string |
RuleId
Which rule caused this log entry.
Declaration
[JsonProperty("ruleId")]
public virtual string RuleId { get; set; }
Property Value
Type | Description |
---|---|
string |
RuleRevisionId
Rule revision ID.
Declaration
[JsonProperty("ruleRevisionId")]
public virtual string RuleRevisionId { get; set; }
Property Value
Type | Description |
---|---|
string |