Table of Contents

Class CreateApiKeyRequest

Namespace
JD.AI.Gateway.Endpoints
Assembly
JD.AI.Gateway.dll
public sealed record CreateApiKeyRequest : IEquatable<CreateApiKeyRequest>
Inheritance
CreateApiKeyRequest
Implements
Inherited Members

Properties

Description

public string? Description { get; init; }

Property Value

string

ExpiryDays

public int? ExpiryDays { get; init; }

Property Value

int?

Name

public required string Name { get; init; }

Property Value

string

Role

public string Role { get; init; }

Property Value

string