ApiKeysUpdate constructor

ApiKeysUpdate({
  1. String? userId,
  2. String? companyId,
  3. int? roleId,
  4. String? keyType,
  5. bool? isSystemGenerated,
  6. String? mcpDeploymentId,
  7. String? endpointId,
  8. String? name,
  9. DateTime? expirationDateUtc,
})

Returns a new ApiKeysUpdate instance.

Implementation

ApiKeysUpdate({
  this.userId,
  this.companyId,
  this.roleId,
  this.keyType,
  this.isSystemGenerated,
  this.mcpDeploymentId,
  this.endpointId,
  this.name,
  this.expirationDateUtc,
});