Class ListSchedulesInput
- Namespace
- Temporalio.Client.Interceptors
- Assembly
- Temporalio.dll
Input for ListSchedulesAsync(ListSchedulesInput).
public record ListSchedulesInput : IEquatable<ListSchedulesInput>
- Inheritance
-
ListSchedulesInput
- Implements
- Inherited Members
Remarks
WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.
Constructors
ListSchedulesInput(ScheduleListOptions?)
Input for ListSchedulesAsync(ListSchedulesInput).
public ListSchedulesInput(ScheduleListOptions? Options)
Parameters
Options
ScheduleListOptionsList options.
Remarks
WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.
Properties
Options
List options.
public ScheduleListOptions? Options { get; init; }