Aliyun.Acs.Rds.Transform.V20140815.StartDBInstanceDiagnoseResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : StartDBInstanceDiagnoseResponse
context UnmarshallerContext
return Aliyun.Acs.Rds.Model.V20140815.StartDBInstanceDiagnoseResponse
        public static StartDBInstanceDiagnoseResponse Unmarshall(UnmarshallerContext context)
        {
            StartDBInstanceDiagnoseResponse startDBInstanceDiagnoseResponse = new StartDBInstanceDiagnoseResponse();

            startDBInstanceDiagnoseResponse.HttpResponse = context.HttpResponse;
            startDBInstanceDiagnoseResponse.RequestId = context.StringValue("StartDBInstanceDiagnose.RequestId");
            startDBInstanceDiagnoseResponse.DBInstanceName = context.StringValue("StartDBInstanceDiagnose.DBInstanceName");
            startDBInstanceDiagnoseResponse.DBInstanceId = context.StringValue("StartDBInstanceDiagnose.DBInstanceId");

            return startDBInstanceDiagnoseResponse;
        }
StartDBInstanceDiagnoseResponseUnmarshaller