Update README.md

This commit is contained in:
Steve Bazyl 2016-08-31 10:57:21 -07:00 committed by GitHub
parent 7cd452d94d
commit 444ffb876b
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ Object properties in the ruby client use the standard ruby convention for naming
* For properties that are defined as hashes with user-defined keys, no translation is performed on the key. * For properties that are defined as hashes with user-defined keys, no translation is performed on the key.
* For embedded field masks in requests (for example, the Sheets API), specify the camelCase form when referencing fields. * For embedded field masks in requests (for example, the Sheets API), specify the camelCase form when referencing fields.
Outisde those exceptions, if a property is specified using camelCase in a request, it will be ignored during serialization and omitted from the request.
### Media ### Media
Methods that allow media operations have additional parameters to specify the upload source or download destination. Methods that allow media operations have additional parameters to specify the upload source or download destination.