Migration Center v1 API - Class FrameViolationEntry (1.1.0)

public sealed class FrameViolationEntry : IMessage<FrameViolationEntry>, IEquatable<FrameViolationEntry>, IDeepCloneable<FrameViolationEntry>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class FrameViolationEntry.

A resource that contains a single violation of a reported AssetFrame resource.

Inheritance

object > FrameViolationEntry

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

FrameViolationEntry()

public FrameViolationEntry()

FrameViolationEntry(FrameViolationEntry)

public FrameViolationEntry(FrameViolationEntry other)
Parameter
NameDescription
otherFrameViolationEntry

Properties

Field

public string Field { get; set; }

The field of the original frame where the violation occurred.

Property Value
TypeDescription
string

Violation

public string Violation { get; set; }

A message describing the violation.

Property Value
TypeDescription
string