Skip to content

Commit 29e8a43

Browse files
1 parent 24559a9 commit 29e8a43

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/AndroidManagement/ApplicationPolicy.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@ class ApplicationPolicy extends \Google\Collection
349349
* ManagedProperty. The field value must be compatible with the type of the
350350
* ManagedProperty: *type* *JSON value* BOOL true or false STRING string
351351
* INTEGER number CHOICE string MULTISELECT array of strings HIDDEN string
352-
* BUNDLE_ARRAY array of objects
352+
* BUNDLE_ARRAY array of objects Note: string values cannot be longer than
353+
* 65535 characters.
353354
*
354355
* @var array[]
355356
*/
@@ -703,7 +704,8 @@ public function getLockTaskAllowed()
703704
* ManagedProperty. The field value must be compatible with the type of the
704705
* ManagedProperty: *type* *JSON value* BOOL true or false STRING string
705706
* INTEGER number CHOICE string MULTISELECT array of strings HIDDEN string
706-
* BUNDLE_ARRAY array of objects
707+
* BUNDLE_ARRAY array of objects Note: string values cannot be longer than
708+
* 65535 characters.
707709
*
708710
* @param array[] $managedConfiguration
709711
*/

0 commit comments

Comments
 (0)