GetApiKeyResponse constructor
const
GetApiKeyResponse({})
Returns a new GetApiKeyResponse instance.
Implementation
const GetApiKeyResponse({
this.value,
required this.createdAt,
required this.acl,
this.description,
this.indexes,
this.maxHitsPerQuery,
this.maxQueriesPerIPPerHour,
this.queryParameters,
this.referers,
this.validity,
});