Table of Contents

Class ListSchedulesInput

Namespace
Temporalio.Client.Interceptors
Assembly
Temporalio.dll
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?)

public ListSchedulesInput(ScheduleListOptions? Options)

Parameters

Options ScheduleListOptions

List 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; }

Property Value

ScheduleListOptions