Class FulfillRequestCommandSettings
FulfillRequest
public sealed class FulfillRequestCommandSettings : ICommand- Inheritance
- 
      
      FulfillRequestCommandSettings
- Implements
- Inherited Members
Properties
BinaryResponseHeaders
Gets or sets the binaryResponseHeaders
[JsonPropertyName("binaryResponseHeaders")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? BinaryResponseHeaders { get; set; }Property Value
Body
Gets or sets the body
[JsonPropertyName("body")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Body { get; set; }Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }Property Value
ResponseCode
Gets or sets the responseCode
[JsonPropertyName("responseCode")]
public long ResponseCode { get; set; }Property Value
ResponseHeaders
Gets or sets the responseHeaders
[JsonPropertyName("responseHeaders")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public HeaderEntry[]? ResponseHeaders { get; set; }Property Value
ResponsePhrase
Gets or sets the responsePhrase
[JsonPropertyName("responsePhrase")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ResponsePhrase { get; set; }