Class SuggestionsScopedAttributeKey
Key for a scoped attribute to provide suggestions
Inherited Members
Namespace: Noxum.Nova.Index.Client
Assembly: Noxum.Nova.Index.Client.dll
Syntax
public class SuggestionsScopedAttributeKey
Properties
AttrId
Attribute Id
Declaration
[JsonPropertyName("attrId")]
public int AttrId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
LangId
Language Id
Declaration
[JsonPropertyName("langId")]
public int LangId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
VariantId
Variant Id
Declaration
[JsonPropertyName("variantId")]
public int VariantId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |