Video Stitcher v1 API - Class ResponseMetadata (3.1.0)

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.

Inheritance

object > ResponseMetadata

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

ResponseMetadata()

public ResponseMetadata()

ResponseMetadata(ResponseMetadata)

public ResponseMetadata(ResponseMetadata other)
Parameter
NameDescription
otherResponseMetadata

Properties

Body

public string Body { get; set; }

The body of the response.

Property Value
TypeDescription
string

Duration

public Duration Duration { get; set; }

Total time elapsed for the response.

Property Value
TypeDescription
Duration

Error

public string Error { get; set; }

Error message received when making the ad request.

Property Value
TypeDescription
string

Headers

public Struct Headers { get; set; }

Headers from the response.

Property Value
TypeDescription
Struct

SizeBytes

public int SizeBytes { get; set; }

Size in bytes of the response.

Property Value
TypeDescription
int

StatusCode

public string StatusCode { get; set; }

Status code for the response.

Property Value
TypeDescription
string