Class: GetSearchAttributesResponse
workflowservice.v1.GetSearchAttributesResponse
Represents a GetSearchAttributesResponse.
Implements
Constructors
constructor
• new GetSearchAttributesResponse(properties?
): GetSearchAttributesResponse
Constructs a new GetSearchAttributesResponse.
Parameters
Name | Type | Description |
---|---|---|
properties? | IGetSearchAttributesResponse | Properties to set |
Returns
Properties
keys
• keys: Object
GetSearchAttributesResponse keys.
Index signature
▪ [k: string
]: IndexedValueType
Implementation of
IGetSearchAttributesResponse.keys
Methods
toJSON
▸ toJSON(): Object
Converts this GetSearchAttributesResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): GetSearchAttributesResponse
Creates a new GetSearchAttributesResponse instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | IGetSearchAttributesResponse | Properties to set |
Returns
GetSearchAttributesResponse instance