Class FrameViolationEntry
A resource that contains a single violation of a reported AssetFrame
resource.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class FrameViolationEntry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Field
The field of the original frame where the violation occurred.
Declaration
[JsonProperty("field")]
public virtual string Field { get; set; }
Property Value
Type | Description |
---|---|
string |
Violation
A message describing the violation.
Declaration
[JsonProperty("violation")]
public virtual string Violation { get; set; }
Property Value
Type | Description |
---|---|
string |