Interface protos.google.cloud.workflows.v1.ICreateWorkflowRequest (1.4.0)

Properties of a CreateWorkflowRequest.

Package

@google-cloud/workflows

Properties

parent

parent?: (string|null);

CreateWorkflowRequest parent

Property Value
TypeDescription
(string|null)

workflow

workflow?: (google.cloud.workflows.v1.IWorkflow|null);

CreateWorkflowRequest workflow

Property Value
TypeDescription
(google.cloud.workflows.v1.IWorkflow|null)

workflowId

workflowId?: (string|null);

CreateWorkflowRequest workflowId

Property Value
TypeDescription
(string|null)