OpenRouterUpdateApiKeyRequest constructor

const OpenRouterUpdateApiKeyRequest({
  1. String? name,
  2. bool? disabled,
  3. bool? includeByokInLimit,
  4. double? limit,
  5. OpenRouterApiKeyLimitReset? limitReset,
  6. bool clearLimit = false,
  7. bool clearLimitReset = false,
})

Implementation

const OpenRouterUpdateApiKeyRequest({
  this.name,
  this.disabled,
  this.includeByokInLimit,
  this.limit,
  this.limitReset,
  this.clearLimit = false,
  this.clearLimitReset = false,
});