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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `FrameViolationEntry` class within the Google Cloud Migration Center v1 API, specifically version 1.0.0."],["`FrameViolationEntry` is a resource representing a single violation found within a reported `AssetFrame`, according to the reference document."],["The `FrameViolationEntry` class includes properties such as `Field`, indicating where in the original frame the violation occurred, and `Violation`, describing the error message itself."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Constructors are provided for creating new `FrameViolationEntry` instances, including one that allows for creation from another existing `FrameViolationEntry`."]]],[]]