UserProfilesGuardianInvitationsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(GuardianInvitation request, String studentId, {String? $fields})
→ Future<GuardianInvitation>
-
Creates a guardian invitation, and sends an email to the guardian asking
them to confirm that they are the student's guardian.
-
get(String studentId, String invitationId, {String? $fields})
→ Future<GuardianInvitation>
-
Returns a specific guardian invitation.
-
list(String studentId, {String? invitedEmailAddress, int? pageSize, String? pageToken, List<String>? states, String? $fields})
→ Future<ListGuardianInvitationsResponse>
-
Returns a list of guardian invitations that the requesting user is
permitted to view, filtered by the parameters provided.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GuardianInvitation request, String studentId, String invitationId, {String? updateMask, String? $fields})
→ Future<GuardianInvitation>
-
Modifies a guardian invitation.
-
toString()
→ String
-
A string representation of this object.
inherited