Interface IRawValue
- Namespace
- Temporalio.Converters
- Assembly
- Temporalio.dll
Representation of a raw value that is already decoded but not converted.
public interface IRawValue
Properties
Payload
Gets the raw payload value.
Payload Payload { get; }