public sealed class ExecutionReport : IMessage<ExecutionReport>, IEquatable<ExecutionReport>, IDeepCloneable<ExecutionReport>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ExecutionReport.
A resource that reports result of the import job execution.
[[["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."],[[["The `ExecutionReport` class in the Migration Center v1 API provides a report of the import job execution, including validation errors and asset frame information."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the system."],["It includes properties such as `ExecutionErrors`, which contains validation errors, `FramesReported` to see the number of reported frames, and `TotalRowsCount` to see the total number of rows in the import job."],["The `ExecutionReport` class is part of the `Google.Cloud.MigrationCenter.V1` namespace and is available in multiple versions with version 1.4.0 being the latest."]]],[]]