Table of Contents

Class ScheduleUpdateInput

Namespace
Temporalio.Client.Schedules
Assembly
Temporalio.dll

Parameter passed to a schedule updater.

public record ScheduleUpdateInput : IEquatable<ScheduleUpdateInput>
Inheritance
ScheduleUpdateInput
Implements
Inherited Members

Constructors

ScheduleUpdateInput(ScheduleDescription)

Parameter passed to a schedule updater.

public ScheduleUpdateInput(ScheduleDescription Description)

Parameters

Description ScheduleDescription

Description fetched from the server before this update call.

Properties

Description

Description fetched from the server before this update call.

public ScheduleDescription Description { get; init; }

Property Value

ScheduleDescription