Table of Contents

Class PauseScheduleInput

Namespace
Temporalio.Client.Interceptors
Assembly
Temporalio.dll
public record PauseScheduleInput : IEquatable<PauseScheduleInput>
Inheritance
PauseScheduleInput
Implements
Inherited Members

Remarks

WARNING: This constructor may have required properties added. Do not rely on the exact constructor, only use "with" clauses.

Constructors

PauseScheduleInput(string, string?, RpcOptions?)

public PauseScheduleInput(string Id, string? Note, RpcOptions? RpcOptions)

Parameters

Id string

Schedule ID.

Note string

Pause note.

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

Note

Pause note.

public string? Note { get; init; }

Property Value

string

RpcOptions

RPC options.

public RpcOptions? RpcOptions { get; init; }

Property Value

RpcOptions