From 444ffb876ba84340ce624f3790aefce3cbaf154c Mon Sep 17 00:00:00 2001 From: Steve Bazyl Date: Wed, 31 Aug 2016 10:57:21 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f96eac91..01080c321 100644 --- a/README.md +++ b/README.md @@ -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 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 Methods that allow media operations have additional parameters to specify the upload source or download destination.