Table of Contents

Class ListActivitiesInput

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

Remarks

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

Constructors

ListActivitiesInput(string, ActivityListOptions?)

public ListActivitiesInput(string Query, ActivityListOptions? Options)

Parameters

Query string

List query.

Options ActivityListOptions

Options passed in to list.

Remarks

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

Properties

Options

Options passed in to list.

public ActivityListOptions? Options { get; init; }

Property Value

ActivityListOptions

Query

List query.

public string Query { get; init; }

Property Value

string