Skip to main content

Interface: IAddSearchAttributesRequest

operatorservice.v1.IAddSearchAttributesRequest

Properties of an AddSearchAttributesRequest.

Hierarchy

Properties

namespace

Optional namespace: null | string

AddSearchAttributesRequest namespace

Inherited from

$Properties.namespace


searchAttributes

Optional searchAttributes: null | { [k: string]: IndexedValueType; }

Mapping between search attribute name and its IndexedValueType.

Inherited from

$Properties.searchAttributes