Show / Hide Table of Contents

Class AspsResource.ListRequest

Lists the ASPs issued by a user.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Asps>
DirectoryBaseServiceRequest<Asps>
AspsResource.ListRequest
Implements
IClientServiceRequest<Asps>
IClientServiceRequest
Inherited Members
DirectoryBaseServiceRequest<Asps>.Xgafv
DirectoryBaseServiceRequest<Asps>.AccessToken
DirectoryBaseServiceRequest<Asps>.Alt
DirectoryBaseServiceRequest<Asps>.Callback
DirectoryBaseServiceRequest<Asps>.Fields
DirectoryBaseServiceRequest<Asps>.Key
DirectoryBaseServiceRequest<Asps>.OauthToken
DirectoryBaseServiceRequest<Asps>.PrettyPrint
DirectoryBaseServiceRequest<Asps>.QuotaUser
DirectoryBaseServiceRequest<Asps>.UploadType
DirectoryBaseServiceRequest<Asps>.UploadProtocol
ClientServiceRequest<Asps>.Execute()
ClientServiceRequest<Asps>.ExecuteAsStream()
ClientServiceRequest<Asps>.ExecuteAsync()
ClientServiceRequest<Asps>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Asps>.ExecuteAsStreamAsync()
ClientServiceRequest<Asps>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Asps>.CreateRequest(bool?)
ClientServiceRequest<Asps>.GenerateRequestUri()
ClientServiceRequest<Asps>.GetBody()
ClientServiceRequest<Asps>.GetDefaultETagAction(string)
ClientServiceRequest<Asps>.ETagAction
ClientServiceRequest<Asps>.ModifyRequest
ClientServiceRequest<Asps>.ValidateParameters
ClientServiceRequest<Asps>.ApiVersion
ClientServiceRequest<Asps>.RequestParameters
ClientServiceRequest<Asps>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class AspsResource.ListRequest : DirectoryBaseServiceRequest<Asps>, IClientServiceRequest<Asps>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string userKey)
Parameters
Type Name Description
IClientService service
string userKey

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Asps>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Asps>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Asps>.RestPath

UserKey

Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.

Declaration
[RequestParameter("userKey", RequestParameterType.Path)]
public virtual string UserKey { get; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DirectoryBaseServiceRequest<Asps>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX