Table of Contents

Class DescribeScheduleInput

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

public DescribeScheduleInput(string Id, RpcOptions? RpcOptions)

Parameters

Id string

Schedule ID.

RpcOptions RpcOptions

RPC 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

string

RpcOptions

RPC options.

public RpcOptions? RpcOptions { get; init; }

Property Value

RpcOptions