Video Stitcher v1 API - Class DeleteLiveConfigRequest (3.1.0)

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

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

Request message for VideoStitcherService.deleteLiveConfig.

Inheritance

object > DeleteLiveConfigRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

DeleteLiveConfigRequest()

public DeleteLiveConfigRequest()

DeleteLiveConfigRequest(DeleteLiveConfigRequest)

public DeleteLiveConfigRequest(DeleteLiveConfigRequest other)
Parameter
NameDescription
otherDeleteLiveConfigRequest

Properties

LiveConfigName

public LiveConfigName LiveConfigName { get; set; }

LiveConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
LiveConfigName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string