Interface protos.google.cloud.retail.v2beta.ICustomAttribute (1.2.2)

Properties of a CustomAttribute.

Package

@google-cloud/retail!

Properties

indexable

indexable?: (boolean|null);

CustomAttribute indexable

Property Value
TypeDescription
(boolean|null)

numbers

numbers?: (number[]|null);

CustomAttribute numbers

Property Value
TypeDescription
(number[]|null)

searchable

searchable?: (boolean|null);

CustomAttribute searchable

Property Value
TypeDescription
(boolean|null)

text

text?: (string[]|null);

CustomAttribute text

Property Value
TypeDescription
(string[]|null)