ApiKeysInput constructor
ApiKeysInput({})
Returns a new ApiKeysInput instance.
Implementation
ApiKeysInput({
this.userId,
required this.companyId,
required this.roleId,
this.keyType,
this.isSystemGenerated,
this.mcpDeploymentId,
this.endpointId,
this.name,
this.expirationDateUtc,
});