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.
Metadata for the response of an ad request.
Implements
IMessageResponseMetadata, IEquatableResponseMetadata, IDeepCloneableResponseMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
ResponseMetadata()
public ResponseMetadata()
ResponseMetadata(ResponseMetadata)
public ResponseMetadata(ResponseMetadata other)
Parameter | |
---|---|
Name | Description |
other |
ResponseMetadata |
Properties
Body
public string Body { get; set; }
The body of the response.
Property Value | |
---|---|
Type | Description |
string |
Duration
public Duration Duration { get; set; }
Total time elapsed for the response.
Property Value | |
---|---|
Type | Description |
Duration |
Error
public string Error { get; set; }
Error message received when making the ad request.
Property Value | |
---|---|
Type | Description |
string |
Headers
public Struct Headers { get; set; }
Headers from the response.
Property Value | |
---|---|
Type | Description |
Struct |
SizeBytes
public int SizeBytes { get; set; }
Size in bytes of the response.
Property Value | |
---|---|
Type | Description |
int |
StatusCode
public string StatusCode { get; set; }
Status code for the response.
Property Value | |
---|---|
Type | Description |
string |