Aliyun.Acs.Rds.Transform.V20140815.PreCheckBeforeImportDataResponseUnmarshaller.Unmarshall C# (CSharp) Метод

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

public static Unmarshall ( UnmarshallerContext context ) : PreCheckBeforeImportDataResponse
context UnmarshallerContext
Результат Aliyun.Acs.Rds.Model.V20140815.PreCheckBeforeImportDataResponse
        public static PreCheckBeforeImportDataResponse Unmarshall(UnmarshallerContext context)
        {
            PreCheckBeforeImportDataResponse preCheckBeforeImportDataResponse = new PreCheckBeforeImportDataResponse();

            preCheckBeforeImportDataResponse.HttpResponse = context.HttpResponse;
            preCheckBeforeImportDataResponse.RequestId = context.StringValue("PreCheckBeforeImportData.RequestId");
            preCheckBeforeImportDataResponse.PreCheckId = context.StringValue("PreCheckBeforeImportData.PreCheckId");

            return preCheckBeforeImportDataResponse;
        }
PreCheckBeforeImportDataResponseUnmarshaller