ScheduleListEntry
in package
FinalYes
ScheduleListEntry is returned by `listSchedules` method.
Tags
Table of Contents
Properties
- $info : ScheduleListInfo
- $memo : EncodedCollection
- Non-indexed user supplied information.
- $scheduleId : string
- The business identifier of the schedule.
- $searchAttributes : EncodedCollection
- Indexed info that can be used in query of List schedules APIs. The key and value type must be registered on Temporal server side. Use GetSearchAttributes API to get valid key and corresponding value type.
Properties
$info read-only
public
ScheduleListInfo
$info
$memo read-only
Non-indexed user supplied information.
public
EncodedCollection
$memo
$scheduleId read-only
The business identifier of the schedule.
public
string
$scheduleId
$searchAttributes read-only
Indexed info that can be used in query of List schedules APIs. The key and value type must be registered on Temporal server side. Use GetSearchAttributes API to get valid key and corresponding value type.
public
EncodedCollection
$searchAttributes