Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/Resource/
H A DUserProfilesGuardians.php51 * @param string $guardianId The `id` field from a `Guardian`.
55 public function delete($studentId, $guardianId, $optParams = []) argument
57 $params = ['studentId' => $studentId, 'guardianId' => $guardianId];
77 * @param string $guardianId The `id` field from a `Guardian`.
81 public function get($studentId, $guardianId, $optParams = []) argument
83 $params = ['studentId' => $studentId, 'guardianId' => $guardianId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DGuardian.php25 public $guardianId; variable in Google\\Service\\Classroom\\Guardian
40 public function setGuardianId($guardianId) argument
42 $this->guardianId = $guardianId;
49 return $this->guardianId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DClassroom.php1192 'path' => 'v1/userProfiles/{studentId}/guardians/{guardianId}',
1200 'guardianId' => [
1207 'path' => 'v1/userProfiles/{studentId}/guardians/{guardianId}',
1215 'guardianId' => [