Documentation

ScheduleListEntry
in package

FinalYes

ScheduleListEntry is returned by `listSchedules` method.

Tags
see
ScheduleClientInterface::listSchedules()
see
ScheduleListEntry

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

$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

For supported operations on different server versions see .


        
On this page

Search results