Interface protos.google.cloud.workflows.v1beta.ICreateWorkflowRequest

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.v1beta.IWorkflow|null);

CreateWorkflowRequest workflow

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

workflowId

workflowId?: (string|null);

CreateWorkflowRequest workflowId

Property Value
TypeDescription
(string|null)