Aliyun.Acs.Rds.Transform.V20140815.ModifySQLCollectorPolicyResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный статический Метод

public static Unmarshall ( UnmarshallerContext context ) : ModifySQLCollectorPolicyResponse
context UnmarshallerContext
Результат ModifySQLCollectorPolicyResponse
        public static ModifySQLCollectorPolicyResponse Unmarshall(UnmarshallerContext context)
        {
            ModifySQLCollectorPolicyResponse modifySQLCollectorPolicyResponse = new ModifySQLCollectorPolicyResponse();

            modifySQLCollectorPolicyResponse.HttpResponse = context.HttpResponse;
            modifySQLCollectorPolicyResponse.RequestId = context.StringValue("ModifySQLCollectorPolicy.RequestId");

            return modifySQLCollectorPolicyResponse;
        }
ModifySQLCollectorPolicyResponseUnmarshaller