Class ProjectsResource.LocationsResource.AccountConnectorsResource.UsersResource.FetchSelfRequest
Fetch the User based on the user credentials.
Inheritance
ProjectsResource.LocationsResource.AccountConnectorsResource.UsersResource.FetchSelfRequest
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AccountConnectorsResource.UsersResource.FetchSelfRequest : DeveloperConnectBaseServiceRequest<User>, IClientServiceRequest<User>, IClientServiceRequest
Constructors
FetchSelfRequest(IClientService, string)
Constructs a new FetchSelf request.
Declaration
public FetchSelfRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. Name of the AccountConnector resource
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes FetchSelf parameter list.
Declaration
protected override void InitParameters()