Table of Contents

Class ExpiresAfter

Namespace
OpenAI.Realtime
Assembly
OpenAI-DotNet.dll
public sealed class ExpiresAfter
Inheritance
ExpiresAfter
Inherited Members

Constructors

ExpiresAfter()

public ExpiresAfter()

ExpiresAfter(int)

public ExpiresAfter(int seconds = 600)

Parameters

seconds int

Properties

Anchor

[JsonInclude]
[JsonPropertyName("anchor")]
public string Anchor { get; }

Property Value

string

Seconds

[JsonInclude]
[JsonPropertyName("seconds")]
public int Seconds { get; }

Property Value

int

Operators

implicit operator ExpiresAfter(int)

public static implicit operator ExpiresAfter(int seconds)

Parameters

seconds int

Returns

ExpiresAfter