Video Stitcher v1 API - Class GetSlateRequest (3.2.0)

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

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

Request message for VideoStitcherService.getSlate.

Inheritance

object > GetSlateRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

GetSlateRequest()

public GetSlateRequest()

GetSlateRequest(GetSlateRequest)

public GetSlateRequest(GetSlateRequest other)
Parameter
Name Description
other GetSlateRequest

Properties

Name

public string Name { get; set; }

Required. The name of the slate to be retrieved, of the slate, in the form of projects/{project_number}/locations/{location}/slates/{id}.

Property Value
Type Description
string

SlateName

public SlateName SlateName { get; set; }

SlateName-typed view over the Name resource name property.

Property Value
Type Description
SlateName