Represents a parsed studio remote-design request.
public sealed record AxsgStudioRemoteRequestEnvelope(string Command, string? RequestId, JsonElement Payload) : IEquatable<AxsgStudioRemoteRequestEnvelope>
kind:method, kind:property, kind:ctor. Press Esc to clear.AxsgStudioRemoteRequestEnvelope(String, String?, JsonElement)Represents a parsed studio remote-design request.