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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eResponseMetadata\u003c/code\u003e class within the Google Cloud Video Stitcher v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eResponseMetadata\u003c/code\u003e class, which is a part of the \u003ccode\u003eGoogle.Cloud.Video.Stitcher.V1\u003c/code\u003e namespace, holds metadata related to ad request responses.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes information on the \u003ccode\u003eResponseMetadata\u003c/code\u003e class's inheritance, implementations, constructors, and properties, such as \u003ccode\u003eBody\u003c/code\u003e, \u003ccode\u003eDuration\u003c/code\u003e, \u003ccode\u003eError\u003c/code\u003e, \u003ccode\u003eHeaders\u003c/code\u003e, \u003ccode\u003eSizeBytes\u003c/code\u003e, and \u003ccode\u003eStatusCode\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe page covers different versions of the \u003ccode\u003eResponseMetadata\u003c/code\u003e class, from version 1.0.0 up to the latest version, 3.3.0, linking out to the reference pages for each version.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eResponseMetadata\u003c/code\u003e implements several interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and inherits members from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,["# Video Stitcher v1 API - Class ResponseMetadata (3.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.ResponseMetadata)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.2.0/Google.Cloud.Video.Stitcher.V1.ResponseMetadata)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.1.0/Google.Cloud.Video.Stitcher.V1.ResponseMetadata)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.0.0/Google.Cloud.Video.Stitcher.V1.ResponseMetadata)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/2.0.0/Google.Cloud.Video.Stitcher.V1.ResponseMetadata)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/1.1.0/Google.Cloud.Video.Stitcher.V1.ResponseMetadata)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/1.0.0/Google.Cloud.Video.Stitcher.V1.ResponseMetadata) \n\n public sealed class ResponseMetadata : IMessage\u003cResponseMetadata\u003e, IEquatable\u003cResponseMetadata\u003e, IDeepCloneable\u003cResponseMetadata\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Video Stitcher v1 API class ResponseMetadata.\n\nMetadata for the response of an ad request. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ResponseMetadata \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ResponseMetadata](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.ResponseMetadata), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ResponseMetadata](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.ResponseMetadata), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ResponseMetadata](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.ResponseMetadata), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Video.Stitcher.V1](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Video.Stitcher.V1.dll\n\nConstructors\n------------\n\n### ResponseMetadata()\n\n public ResponseMetadata()\n\n### ResponseMetadata(ResponseMetadata)\n\n public ResponseMetadata(ResponseMetadata other)\n\nProperties\n----------\n\n### Body\n\n public string Body { get; set; }\n\nThe body of the response.\n\n### Duration\n\n public Duration Duration { get; set; }\n\nTotal time elapsed for the response.\n\n### Error\n\n public string Error { get; set; }\n\nError message received when making the ad request.\n\n### Headers\n\n public Struct Headers { get; set; }\n\nHeaders from the response.\n\n### SizeBytes\n\n public int SizeBytes { get; set; }\n\nSize in bytes of the response.\n\n### StatusCode\n\n public string StatusCode { get; set; }\n\nStatus code for the response."]]