Interface protos.google.cloud.talent.v4.ICustomAttribute (3.3.0)

Properties of a CustomAttribute.

Package

@google-cloud/talent!

Properties

filterable

filterable?: (boolean|null);

CustomAttribute filterable

Property Value
TypeDescription
(boolean|null)

keywordSearchable

keywordSearchable?: (boolean|null);

CustomAttribute keywordSearchable

Property Value
TypeDescription
(boolean|null)

longValues

longValues?: ((number|Long|string)[]|null);

CustomAttribute longValues

Property Value
TypeDescription
((number|Long|string)[]|null)

stringValues

stringValues?: (string[]|null);

CustomAttribute stringValues

Property Value
TypeDescription
(string[]|null)