Video Stitcher v1 API - Class DeleteSlateRequest (3.1.0)

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

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

Request message for VideoStitcherService.deleteSlate.

Inheritance

object > DeleteSlateRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

DeleteSlateRequest()

public DeleteSlateRequest()

DeleteSlateRequest(DeleteSlateRequest)

public DeleteSlateRequest(DeleteSlateRequest other)
Parameter
NameDescription
otherDeleteSlateRequest

Properties

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string

SlateName

public SlateName SlateName { get; set; }

SlateName-typed view over the Name resource name property.

Property Value
TypeDescription
SlateName