Class VersionResponse
Response for Version.
public record VersionResponse : IEquatable<VersionResponse>
- Inheritance
-
VersionResponse
- Implements
- Inherited Members
Properties
Environment
Environment for the application.
public required string Environment { get; init; }
Property Value
Examples
Production
IpAddress
Public IP-address for the application.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string IpAddress { get; init; }
Property Value
Examples
127.0.0.1
Is64BitProcess
The process runs with 64 bit.
public required bool Is64BitProcess { get; init; }
Property Value
Machine
Name of the machine where the application is running.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Machine { get; init; }
Property Value
Examples
Jupiter
Version
Version number.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Version { get; init; }
Property Value
Examples
1.0.0.0