Class GetNodeStackTracesCommandResponse
Response for GetNodeStackTraces
public sealed class GetNodeStackTracesCommandResponse : ICommandResponse<GetNodeStackTracesCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetNodeStackTracesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Creation
Gets or sets the creation
[JsonPropertyName("creation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace? Creation { get; set; }