示例#1
0
        public static CreateDiagnosticReportResponse Unmarshall(UnmarshallerContext context)
        {
			CreateDiagnosticReportResponse createDiagnosticReportResponse = new CreateDiagnosticReportResponse();

			createDiagnosticReportResponse.HttpResponse = context.HttpResponse;
			createDiagnosticReportResponse.RequestId = context.StringValue("CreateDiagnosticReport.RequestId");
			createDiagnosticReportResponse.ReportId = context.StringValue("CreateDiagnosticReport.ReportId");
        
			return createDiagnosticReportResponse;
        }
示例#2
0
        public static CreateDiagnosticReportResponse Unmarshall(UnmarshallerContext _ctx)
        {
            CreateDiagnosticReportResponse createDiagnosticReportResponse = new CreateDiagnosticReportResponse();

            createDiagnosticReportResponse.HttpResponse = _ctx.HttpResponse;
            createDiagnosticReportResponse.RequestId    = _ctx.StringValue("CreateDiagnosticReport.RequestId");
            createDiagnosticReportResponse.ReportId     = _ctx.StringValue("CreateDiagnosticReport.ReportId");

            return(createDiagnosticReportResponse);
        }