public sealed class ReportAssetFramesRequest : IMessage<ReportAssetFramesRequest>, IEquatable<ReportAssetFramesRequest>, IDeepCloneable<ReportAssetFramesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportAssetFramesRequest.
[[["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 `ReportAssetFramesRequest` class is part of the Migration Center v1 API, specifically within the `Google.Cloud.MigrationCenter.V1` namespace."],["This class is used to submit a request containing a set of asset frames, which are essential data points for migration."],["It inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality comparison, deep cloning, and buffered messaging."],["Key properties of the `ReportAssetFramesRequest` class include `Frames` for the collection of frame data, `Parent` for the parent resource, and `Source` which references a specific data source, with a `SourceAsSourceName` typed view."],["The latest version of the API is 1.4.0, and previous versions include 1.3.0, 1.2.0, 1.1.0, and 1.0.0."]]],[]]