Show / Hide Table of Contents

Class AccountPermissionsResource.ListRequest

Retrieves the list of account permissions.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<AccountPermissionsListResponse>
DfareportingBaseServiceRequest<AccountPermissionsListResponse>
AccountPermissionsResource.ListRequest
Implements
IClientServiceRequest<AccountPermissionsListResponse>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<AccountPermissionsListResponse>.Xgafv
DfareportingBaseServiceRequest<AccountPermissionsListResponse>.AccessToken
DfareportingBaseServiceRequest<AccountPermissionsListResponse>.Alt
DfareportingBaseServiceRequest<AccountPermissionsListResponse>.Callback
DfareportingBaseServiceRequest<AccountPermissionsListResponse>.Fields
DfareportingBaseServiceRequest<AccountPermissionsListResponse>.Key
DfareportingBaseServiceRequest<AccountPermissionsListResponse>.OauthToken
DfareportingBaseServiceRequest<AccountPermissionsListResponse>.PrettyPrint
DfareportingBaseServiceRequest<AccountPermissionsListResponse>.QuotaUser
DfareportingBaseServiceRequest<AccountPermissionsListResponse>.UploadType
DfareportingBaseServiceRequest<AccountPermissionsListResponse>.UploadProtocol
ClientServiceRequest<AccountPermissionsListResponse>.Execute()
ClientServiceRequest<AccountPermissionsListResponse>.ExecuteAsStream()
ClientServiceRequest<AccountPermissionsListResponse>.ExecuteAsync()
ClientServiceRequest<AccountPermissionsListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<AccountPermissionsListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<AccountPermissionsListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<AccountPermissionsListResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<AccountPermissionsListResponse>.GenerateRequestUri()
ClientServiceRequest<AccountPermissionsListResponse>.GetBody()
ClientServiceRequest<AccountPermissionsListResponse>.GetDefaultETagAction(String)
ClientServiceRequest<AccountPermissionsListResponse>.ETagAction
ClientServiceRequest<AccountPermissionsListResponse>.ModifyRequest
ClientServiceRequest<AccountPermissionsListResponse>.ValidateParameters
ClientServiceRequest<AccountPermissionsListResponse>.RequestParameters
ClientServiceRequest<AccountPermissionsListResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_3
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class ListRequest : DfareportingBaseServiceRequest<AccountPermissionsListResponse>, IClientServiceRequest<AccountPermissionsListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, Int64)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, long profileId)
Parameters
Type Name Description
IClientService service
System.Int64 profileId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_3.Data.AccountPermissionsListResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_3.Data.AccountPermissionsListResponse>.MethodName

ProfileId

User profile ID associated with this request.

Declaration
[RequestParameter("profileId", RequestParameterType.Path)]
public virtual long ProfileId { get; }
Property Value
Type Description
System.Int64

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_3.Data.AccountPermissionsListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dfareporting.v3_3.DfareportingBaseServiceRequest<Google.Apis.Dfareporting.v3_3.Data.AccountPermissionsListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top