Class: ListScheduleMatchingTimesRequest
workflowservice.v1.ListScheduleMatchingTimesRequest
Represents a ListScheduleMatchingTimesRequest.
Implements
Constructors
constructor
• new ListScheduleMatchingTimesRequest(properties?
): ListScheduleMatchingTimesRequest
Constructs a new ListScheduleMatchingTimesRequest.
Parameters
Name | Type | Description |
---|---|---|
properties? | IListScheduleMatchingTimesRequest | Properties to set |
Returns
ListScheduleMatchingTimesRequest
Properties
endTime
• Optional
endTime: null
| ITimestamp
ListScheduleMatchingTimesRequest endTime.
Implementation of
IListScheduleMatchingTimesRequest.endTime
namespace
• namespace: string
The namespace of the schedule to query.
Implementation of
IListScheduleMatchingTimesRequest.namespace
scheduleId
• scheduleId: string
The id of the schedule to query.
Implementation of
IListScheduleMatchingTimesRequest.scheduleId
startTime
• Optional
startTime: null
| ITimestamp
Time range to query.
Implementation of
IListScheduleMatchingTimesRequest.startTime
Methods
toJSON
▸ toJSON(): Object
Converts this ListScheduleMatchingTimesRequest to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): ListScheduleMatchingTimesRequest
Creates a new ListScheduleMatchingTimesRequest instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | IListScheduleMatchingTimesRequest | Properties to set |