Home
last modified time | relevance | path

Searched refs:ListInvitationsResponse (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/Resource/
H A DAccountsInvitations.php22 use Google\Service\MyBusinessAccountManagement\ListInvitationsResponse; alias
75 * @return ListInvitationsResponse
81 return $this->call('list', [$params], ListInvitationsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/Resource/
H A DInvitations.php22 use Google\Service\Classroom\ListInvitationsResponse; alias
130 * @return ListInvitationsResponse
136 return $this->call('list', [$params], ListInvitationsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/
H A DListInvitationsResponse.php20 class ListInvitationsResponse extends \Google\Collection class
43 class_alias(ListInvitationsResponse::class, 'Google_Service_MyBusinessAccountManagement_ListInvitat…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DListInvitationsResponse.php20 class ListInvitationsResponse extends \Google\Collection class
61 class_alias(ListInvitationsResponse::class, 'Google_Service_Classroom_ListInvitationsResponse');