Interface: IListSearchAttributesResponse
operatorservice.v1.IListSearchAttributesResponse
Properties of a ListSearchAttributesResponse.
Implemented by
Properties
customAttributes
• Optional customAttributes: null | { [k: string]: IndexedValueType;  }
Mapping between custom (user-registered) search attribute name to its IndexedValueType.
storageSchema
• Optional storageSchema: null | { [k: string]: string;  }
Mapping from the attribute name to the visibility storage native type.
systemAttributes
• Optional systemAttributes: null | { [k: string]: IndexedValueType;  }
Mapping between system (predefined) search attribute name to its IndexedValueType.