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.
Implements
IMessageUpdateSlateRequest, IEquatableUpdateSlateRequest, IDeepCloneableUpdateSlateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
UpdateSlateRequest()
public UpdateSlateRequest()
UpdateSlateRequest(UpdateSlateRequest)
public UpdateSlateRequest(UpdateSlateRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateSlateRequest |
Properties
Slate
public Slate Slate { get; set; }
Required. The resource with updated fields.
Property Value | |
---|---|
Type | Description |
Slate |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. The update mask which specifies fields which should be updated.
Property Value | |
---|---|
Type | Description |
FieldMask |