Aliyun.Acs.Push.Transform.V20160801.CertPreflightResponseUnmarshaller.Unmarshall C# (CSharp) Метод

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

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

            certPreflightResponse.HttpResponse = context.HttpResponse;
            certPreflightResponse.RequestId = context.StringValue("CertPreflight.RequestId");

            return certPreflightResponse;
        }
CertPreflightResponseUnmarshaller