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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ResetAccountPasswordResponse
context UnmarshallerContext
return ResetAccountPasswordResponse
        public static ResetAccountPasswordResponse Unmarshall(UnmarshallerContext context)
        {
            ResetAccountPasswordResponse resetAccountPasswordResponse = new ResetAccountPasswordResponse();

            resetAccountPasswordResponse.HttpResponse = context.HttpResponse;
            resetAccountPasswordResponse.RequestId = context.StringValue("ResetAccountPassword.RequestId");

            return resetAccountPasswordResponse;
        }
ResetAccountPasswordResponseUnmarshaller