Workflows v1beta API - Class DeleteWorkflowRequest (2.0.0-beta04)

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

Reference documentation and code samples for the Workflows v1beta API class DeleteWorkflowRequest.

Request for the [DeleteWorkflow][google.cloud.workflows.v1beta.Workflows.DeleteWorkflow] method.

Inheritance

object > DeleteWorkflowRequest

Namespace

Google.Cloud.Workflows.V1Beta

Assembly

Google.Cloud.Workflows.V1Beta.dll

Constructors

DeleteWorkflowRequest()

public DeleteWorkflowRequest()

DeleteWorkflowRequest(DeleteWorkflowRequest)

public DeleteWorkflowRequest(DeleteWorkflowRequest other)
Parameter
NameDescription
otherDeleteWorkflowRequest

Properties

Name

public string Name { get; set; }

Required. Name of the workflow to be deleted. Format: projects/{project}/locations/{location}/workflows/{workflow}

Property Value
TypeDescription
string

WorkflowName

public WorkflowName WorkflowName { get; set; }

WorkflowName-typed view over the Name resource name property.

Property Value
TypeDescription
WorkflowName