public sealed class FrameViolationEntry : IMessage<FrameViolationEntry>, IEquatable<FrameViolationEntry>, IDeepCloneable<FrameViolationEntry>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class FrameViolationEntry.
A resource that contains a single violation of a reported AssetFrame
resource.
Implements
IMessageFrameViolationEntry, IEquatableFrameViolationEntry, IDeepCloneableFrameViolationEntry, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
FrameViolationEntry()
public FrameViolationEntry()FrameViolationEntry(FrameViolationEntry)
public FrameViolationEntry(FrameViolationEntry other)| Parameter | |
|---|---|
| Name | Description |
other |
FrameViolationEntry |
Properties
Field
public string Field { get; set; }The field of the original frame where the violation occurred.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Violation
public string Violation { get; set; }A message describing the violation.
| Property Value | |
|---|---|
| Type | Description |
string |
|