Class GuildMessageSearchResult.Indexing
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
DocumentsIndexed
The number of documents indexed so far.
public int DocumentsIndexed { get; }
Property Value
Message
The message of the response.
public string Message { get; }
Property Value
RetryAfter
The number of seconds to wait before retrying the request.
public int RetryAfter { get; }