RefreshSearchIndexRequest constructor
const
RefreshSearchIndexRequest({
- required RefreshSearchIndexRequestIndexTypeIndexType indexType,
- SnowflakeType? guildId,
- SnowflakeType? userId,
Implementation
const RefreshSearchIndexRequest({
required this.indexType,
this.guildId,
this.userId,
});