Home
last modified time | relevance | path

Searched refs:userPermission (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DListUserPermissionsResponse.php47 public function setUserPermission($userPermission) argument
49 $this->userPermission = $userPermission;
56 return $this->userPermission;
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveFile.js38 return this.desc.userPermission != null && this.desc.labels != null &&
39 this.desc.userPermission.role == 'reader' && this.desc.labels.restricted;
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php2339 public $userPermission; variable in Google_DriveFile
2580 public function setUserPermission(Google_Permission $userPermission) { argument
2581 $this->userPermission = $userPermission;
2584 return $this->userPermission;