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