Class EchoResponse
Echo response model
Inheritance
System.Object
EchoResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Cloud.API
Assembly: Simplic.Cloud.API.dll
Syntax
public class EchoResponse
Properties
| Improve this Doc View SourceDT
Gets or sets the date time
Declaration
public string DT { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Version
Gets or sets the version
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |