Class: ListSearchAttributesResponse
operatorservice.v1.ListSearchAttributesResponse
Represents a ListSearchAttributesResponse.
Implements
Constructors
constructor
• new ListSearchAttributesResponse(properties?): ListSearchAttributesResponse
Constructs a new ListSearchAttributesResponse.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IListSearchAttributesResponse | Properties to set |
Returns
Properties
customAttributes
• customAttributes: Object
Mapping between custom (user-registered) search attribute name to its IndexedValueType.
Index signature
▪ [k: string]: IndexedValueType
Implementation of
IListSearchAttributesResponse.customAttributes
storageSchema
• storageSchema: Object
Mapping from the attribute name to the visibility storage native type.
Index signature
▪ [k: string]: string
Implementation of
IListSearchAttributesResponse.storageSchema