Class MubertResponse<T>
public class MubertResponse<T>
Type Parameters
T
- Inheritance
-
objectMubertResponse<T>
- Derived
Properties
ApiVersion
Required. The API version.
public string ApiVersion { get; set; }
Property Value
- string
Data
Required. The response data.
public T Data { get; set; }
Property Value
- T
Method
Required. The name of the method.
public MubertMethod Method { get; set; }
Property Value
Status
Required. The status of the request.
public int Status { get; set; }
Property Value
- int