Aliyun.Acs.Cdn.Transform.V20141111.DescribeRefreshQuotaResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный статический Метод

public static Unmarshall ( UnmarshallerContext context ) : DescribeRefreshQuotaResponse
context UnmarshallerContext
Результат DescribeRefreshQuotaResponse
        public static DescribeRefreshQuotaResponse Unmarshall(UnmarshallerContext context)
        {
            DescribeRefreshQuotaResponse describeRefreshQuotaResponse = new DescribeRefreshQuotaResponse();

            describeRefreshQuotaResponse.HttpResponse = context.HttpResponse;
            describeRefreshQuotaResponse.RequestId = context.StringValue("DescribeRefreshQuota.RequestId");
            describeRefreshQuotaResponse.UrlQuota = context.StringValue("DescribeRefreshQuota.UrlQuota");
            describeRefreshQuotaResponse.DirQuota = context.StringValue("DescribeRefreshQuota.DirQuota");
            describeRefreshQuotaResponse.UrlRemain = context.StringValue("DescribeRefreshQuota.UrlRemain");
            describeRefreshQuotaResponse.DirRemain = context.StringValue("DescribeRefreshQuota.DirRemain");

            return describeRefreshQuotaResponse;
        }
DescribeRefreshQuotaResponseUnmarshaller