IntegrationResponse constructor

IntegrationResponse({
  1. String? applicationId,
  2. DateTime? createdAt,
  3. DateTime? updatedAt,
  4. String? id,
  5. CustomMetadata? metadata,
  6. String? name,
  7. String? status,
  8. String? type,
})

Implementation

IntegrationResponse(
    {this.applicationId,
    this.createdAt,
    this.updatedAt,
    this.id,
    this.metadata,
    this.name,
    this.status,
    this.type});