Interface protos.google.cloud.retail.v2alpha.ICustomAttribute (1.3.0)

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)