GoogleCloudSecuritycenterV1ExternalSystem constructor

GoogleCloudSecuritycenterV1ExternalSystem({
  1. List<String>? assignees,
  2. String? caseCloseTime,
  3. String? caseCreateTime,
  4. String? casePriority,
  5. String? caseSla,
  6. String? caseUri,
  7. String? externalSystemUpdateTime,
  8. String? externalUid,
  9. String? name,
  10. String? status,
  11. TicketInfo? ticketInfo,
})

Implementation

GoogleCloudSecuritycenterV1ExternalSystem({
  this.assignees,
  this.caseCloseTime,
  this.caseCreateTime,
  this.casePriority,
  this.caseSla,
  this.caseUri,
  this.externalSystemUpdateTime,
  this.externalUid,
  this.name,
  this.status,
  this.ticketInfo,
});