Table of Contents

Class CreateApiKeyResponse

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

Properties

CreatedAt

public required DateTimeOffset CreatedAt { get; init; }

Property Value

DateTimeOffset

ExpiresAt

public DateTimeOffset? ExpiresAt { get; init; }

Property Value

DateTimeOffset?

Key

public required string Key { get; init; }

Property Value

string

Name

public required string Name { get; init; }

Property Value

string

Role

public required string Role { get; init; }

Property Value

string