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.
Implements
IMessage<GetSlateRequest>, IEquatable<GetSlateRequest>, IDeepCloneable<GetSlateRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
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; }
Property Value | |
---|---|
Type | Description |
SlateName |