classroom  v1
Public Member Functions | Protected Member Functions | Properties | List of all members
Google.Apis.Classroom.v1.UserProfilesResource.GuardiansResource.GetRequest Class Reference

Returns a specific guardian. More...

Inheritance diagram for Google.Apis.Classroom.v1.UserProfilesResource.GuardiansResource.GetRequest:
Google.Apis.Classroom.v1.ClassroomBaseServiceRequest< Google.Apis.Classroom.v1.Data.Guardian >

Public Member Functions

 GetRequest (Google.Apis.Services.IClientService service, string studentId, string guardianId)
 Constructs a new Get request. More...
 

Protected Member Functions

override void InitParameters ()
 Initializes Get parameter list. More...
 
- Protected Member Functions inherited from Google.Apis.Classroom.v1.ClassroomBaseServiceRequest< Google.Apis.Classroom.v1.Data.Guardian >
 ClassroomBaseServiceRequest (Google.Apis.Services.IClientService service)
 Constructs a new ClassroomBaseServiceRequest instance. More...
 
override void InitParameters ()
 Initializes Classroom parameter list. More...
 

Properties

virtual string StudentId [get]
 The student whose guardian is being requested. One of the following: More...
 
virtual string GuardianId [get]
 The id field from a Guardian. More...
 
override string MethodName [get]
 summary>Gets the HTTP method. More...
 
override string HttpMethod [get]
 summary>Gets the REST path. More...
 
override string RestPath [get]
 
- Properties inherited from Google.Apis.Classroom.v1.ClassroomBaseServiceRequest< Google.Apis.Classroom.v1.Data.Guardian >
virtual System.Nullable< XgafvEnum > Xgafv [get, set]
 V1 error format. More...
 
virtual string AccessToken [get, set]
 OAuth access token. More...
 
virtual System.Nullable< AltEnum > Alt [get, set]
 Data format for response. More...
 
virtual string Callback [get, set]
 JSONP More...
 
virtual string Fields [get, set]
 Selector specifying which fields to include in a partial response. More...
 
virtual string Key [get, set]
 API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. More...
 
virtual string OauthToken [get, set]
 OAuth 2.0 token for the current user. More...
 
virtual System.Nullable< bool > PrettyPrint [get, set]
 Returns response with indentations and line breaks. More...
 
virtual string QuotaUser [get, set]
 Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. More...
 
virtual string UploadType [get, set]
 Legacy upload protocol for media (e.g. "media", "multipart"). More...
 
virtual string UploadProtocol [get, set]
 Upload protocol for media (e.g. "raw", "multipart"). More...
 

Detailed Description

Returns a specific guardian.

This method returns the following error codes:

Constructor & Destructor Documentation

◆ GetRequest()

Google.Apis.Classroom.v1.UserProfilesResource.GuardiansResource.GetRequest.GetRequest ( Google.Apis.Services.IClientService  service,
string  studentId,
string  guardianId 
)
inline

Constructs a new Get request.

Member Function Documentation

◆ InitParameters()

override void Google.Apis.Classroom.v1.UserProfilesResource.GuardiansResource.GetRequest.InitParameters ( )
inlineprotected

Initializes Get parameter list.

Property Documentation

◆ GuardianId

virtual string Google.Apis.Classroom.v1.UserProfilesResource.GuardiansResource.GetRequest.GuardianId
get

The id field from a Guardian.

summary>Gets the method name.

◆ HttpMethod

override string Google.Apis.Classroom.v1.UserProfilesResource.GuardiansResource.GetRequest.HttpMethod
get

summary>Gets the REST path.

◆ MethodName

override string Google.Apis.Classroom.v1.UserProfilesResource.GuardiansResource.GetRequest.MethodName
get

summary>Gets the HTTP method.

◆ StudentId

virtual string Google.Apis.Classroom.v1.UserProfilesResource.GuardiansResource.GetRequest.StudentId
get

The student whose guardian is being requested. One of the following:

  • the numeric identifier for the user * the email address of the user * the string literal "me", indicating the requesting user

The documentation for this class was generated from the following file: