public sealed class ResponseMetadata : IMessage<ResponseMetadata>, IEquatable<ResponseMetadata>, IDeepCloneable<ResponseMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class ResponseMetadata.
[[["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 `ResponseMetadata` class is part of the Google Cloud Video Stitcher v1 API, used to represent metadata for ad request responses, and is available from version 1.0.0 to the latest version, 3.3.0."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["`ResponseMetadata` includes properties such as `Body`, `Duration`, `Error`, `Headers`, `SizeBytes`, and `StatusCode` to capture detailed information about the response of an ad request, including its content, timing, error messages, headers, size, and status code."],["There are two constructors provided for creating `ResponseMetadata` objects: one default constructor and another that allows initialization by copying an existing `ResponseMetadata` instance."]]],[]]