RiskLocation constructor

RiskLocation({
  1. String? kind,
  2. String? workflowId,
  3. String? workflowName,
  4. String? nodeId,
  5. String? nodeName,
  6. String? nodeType,
  7. String? credentialId,
  8. String? credentialName,
  9. String? credentialType,
})

Implementation

RiskLocation({
  this.kind,
  this.workflowId,
  this.workflowName,
  this.nodeId,
  this.nodeName,
  this.nodeType,
  this.credentialId,
  this.credentialName,
  this.credentialType,
});