Table of Contents

Class MubertResponse<T>

public class MubertResponse<T>

Type Parameters

T
Inheritance
object
MubertResponse<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

MubertMethod

Status

Required. The status of the request.

public int Status { get; set; }

Property Value

int