AxsgStudioRemoteResponseEnvelope Class

Definition

Represents a studio remote-design response envelope.

public sealed record AxsgStudioRemoteResponseEnvelope(bool Ok, string Command, string? RequestId, string? Error, object? Payload) : IEquatable<AxsgStudioRemoteResponseEnvelope>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (5)