Video Stitcher v1 API - Class AdRequest (3.0.0-beta03)

public sealed class AdRequest : IMessage<AdRequest>, IEquatable<AdRequest>, IDeepCloneable<AdRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Video Stitcher v1 API class AdRequest.

Details of an ad request to an ad server.

Inheritance

object > AdRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

AdRequest()

public AdRequest()

AdRequest(AdRequest)

public AdRequest(AdRequest other)
Parameter
NameDescription
otherAdRequest

Properties

RequestMetadata

public RequestMetadata RequestMetadata { get; set; }

The request metadata used to make the ad request.

Property Value
TypeDescription
RequestMetadata

ResponseMetadata

public ResponseMetadata ResponseMetadata { get; set; }

The response metadata received from the ad request.

Property Value
TypeDescription
ResponseMetadata

Uri

public string Uri { get; set; }

The ad tag URI processed with integrated macros.

Property Value
TypeDescription
string