Class DescribeScheduleInput
- Namespace
- Temporalio.Client.Interceptors
- Assembly
- Temporalio.dll
Input for DescribeScheduleAsync(DescribeScheduleInput).
public record DescribeScheduleInput : IEquatable<DescribeScheduleInput>
- Inheritance
-
DescribeScheduleInput
- Implements
- Inherited Members
Remarks
WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.
Constructors
DescribeScheduleInput(string, RpcOptions?)
Input for DescribeScheduleAsync(DescribeScheduleInput).
public DescribeScheduleInput(string Id, RpcOptions? RpcOptions)
Parameters
Id
stringSchedule ID.
RpcOptions
RpcOptionsRPC options.
Remarks
WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.
Properties
Id
Schedule ID.
public string Id { get; init; }
Property Value
RpcOptions
RPC options.
public RpcOptions? RpcOptions { get; init; }