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

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

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

Request message for VideoStitcherService.updateSlate.

Inheritance

object > UpdateSlateRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

UpdateSlateRequest()

public UpdateSlateRequest()

UpdateSlateRequest(UpdateSlateRequest)

public UpdateSlateRequest(UpdateSlateRequest other)
Parameter
NameDescription
otherUpdateSlateRequest

Properties

Slate

public Slate Slate { get; set; }

Required. The resource with updated fields.

Property Value
TypeDescription
Slate

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The update mask which specifies fields which should be updated.

Property Value
TypeDescription
FieldMask