Class: CreateWorkflowRuleResponse
workflowservice.v1.CreateWorkflowRuleResponse
Represents a CreateWorkflowRuleResponse.
Implements
Constructors
constructor
• new CreateWorkflowRuleResponse(properties?): CreateWorkflowRuleResponse
Constructs a new CreateWorkflowRuleResponse.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | ICreateWorkflowRuleResponse | Properties to set |
Returns
Properties
jobId
• jobId: string
Batch Job ID if force-scan flag was provided. Otherwise empty.
Implementation of
ICreateWorkflowRuleResponse.jobId
rule
• Optional rule: null | IWorkflowRule
Created rule.