Table of Contents

Class GuildMessageSearchResult.Indexing

Namespace
NetCord.Rest
Assembly
NetCord.dll
public sealed class GuildMessageSearchResult.Indexing : GuildMessageSearchResult, IJsonModel<JsonGuildMessagesSearchResult>
Inheritance
GuildMessageSearchResult.Indexing
Implements
Inherited Members

Constructors

Indexing(JsonGuildMessagesSearchResult)

public Indexing(JsonGuildMessagesSearchResult jsonModel)

Parameters

jsonModel JsonGuildMessagesSearchResult

Properties

Code

The code of the response.

public int Code { get; }

Property Value

int

DocumentsIndexed

The number of documents indexed so far.

public int DocumentsIndexed { get; }

Property Value

int

Message

The message of the response.

public string Message { get; }

Property Value

string

RetryAfter

The number of seconds to wait before retrying the request.

public int RetryAfter { get; }

Property Value

int