public sealed class ResponseMetadata : IMessage<ResponseMetadata>, IEquatable<ResponseMetadata>, IDeepCloneable<ResponseMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Video Stitcher v1 API class ResponseMetadata.
Metadata for the response of an ad request.
Implements
IMessage<ResponseMetadata>, IEquatable<ResponseMetadata>, IDeepCloneable<ResponseMetadata>, 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 |
Int32 |
|
StatusCode
public string StatusCode { get; set; }Status code for the response.
| Property Value | |
|---|---|
| Type | Description |
String |
|