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