Class GeeResponse
- Namespace
- InSite.Domain.Integrations.Prometric
- Assembly
- Shift.Sdk.dll
public class GeeResponse
- Inheritance
-
GeeResponse
- Inherited Members
- Extension Methods
Constructors
GeeResponse(int, string)
public GeeResponse(int status, string content)
Parameters
Properties
Content
public string Content { get; set; }
Property Value
OK
public bool OK { get; }
Property Value
Status
public int Status { get; set; }