> @@ -50,6 +49,13 @@ > protected String country; > protected String state; > protected String description; > + protected int accountId; > + protected String address1;
Can this be renamed to just `address` in the builder and domain object? You can use the `@Named` and `@ConstructorProperties` to specify its serialized form. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/296/files#r10276711
