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 Google Cloud Migration Center v1 API, specifically within the `Google.Cloud.MigrationCenter.V1` namespace."],["This class is used to create a request for reporting a set of asset frames, acting as a central element for submitting asset data to the Migration Center API."],["`ReportAssetFramesRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide capabilities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class includes properties such as `Frames`, `Parent`, `Source`, and `SourceAsSourceName`, to manage frame data, define the parent resource, specify the source, and handle the source name in a type-safe manner."],["There are available constructors to create new `ReportAssetFramesRequest` instances, including one that allows cloning by passing in an existing `ReportAssetFramesRequest` object."]]],[]]