Dataform v1beta1 API - Class DeleteWorkflowInvocationRequest (1.0.0-beta05)

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

Reference documentation and code samples for the Dataform v1beta1 API class DeleteWorkflowInvocationRequest.

DeleteWorkflowInvocation request message.

Inheritance

object > DeleteWorkflowInvocationRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

DeleteWorkflowInvocationRequest()

public DeleteWorkflowInvocationRequest()

DeleteWorkflowInvocationRequest(DeleteWorkflowInvocationRequest)

public DeleteWorkflowInvocationRequest(DeleteWorkflowInvocationRequest other)
Parameter
Name Description
other DeleteWorkflowInvocationRequest

Properties

Name

public string Name { get; set; }

Required. The workflow invocation resource's name.

Property Value
Type Description
string

WorkflowInvocationName

public WorkflowInvocationName WorkflowInvocationName { get; set; }

WorkflowInvocationName-typed view over the Name resource name property.

Property Value
Type Description
WorkflowInvocationName