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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : ResetAccountForPGResponse
context UnmarshallerContext
return ResetAccountForPGResponse
        public static ResetAccountForPGResponse Unmarshall(UnmarshallerContext context)
        {
            ResetAccountForPGResponse resetAccountForPGResponse = new ResetAccountForPGResponse();

            resetAccountForPGResponse.HttpResponse = context.HttpResponse;
            resetAccountForPGResponse.RequestId = context.StringValue("ResetAccountForPG.RequestId");

            return resetAccountForPGResponse;
        }
ResetAccountForPGResponseUnmarshaller