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