Table of Contents

Class RawValue

Namespace
Temporalio.Converters
Assembly
Temporalio.dll

Implementation of a IRawValue.

public record RawValue : IRawValue, IEquatable<RawValue>
Inheritance
RawValue
Implements
Inherited Members

Constructors

RawValue(Payload)

Implementation of a IRawValue.

public RawValue(Payload Payload)

Parameters

Payload Payload

Raw payload.

Properties

Payload

Raw payload.

public Payload Payload { get; init; }

Property Value

Payload