Show / Hide Table of Contents

Class AccountUserProfilesResource.ListRequest

Retrieves a list of account user profiles, possibly filtered. This method supports paging.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<AccountUserProfilesListResponse>
DfareportingBaseServiceRequest<AccountUserProfilesListResponse>
AccountUserProfilesResource.ListRequest
Implements
IClientServiceRequest<AccountUserProfilesListResponse>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<AccountUserProfilesListResponse>.Xgafv
DfareportingBaseServiceRequest<AccountUserProfilesListResponse>.AccessToken
DfareportingBaseServiceRequest<AccountUserProfilesListResponse>.Alt
DfareportingBaseServiceRequest<AccountUserProfilesListResponse>.Callback
DfareportingBaseServiceRequest<AccountUserProfilesListResponse>.Fields
DfareportingBaseServiceRequest<AccountUserProfilesListResponse>.Key
DfareportingBaseServiceRequest<AccountUserProfilesListResponse>.OauthToken
DfareportingBaseServiceRequest<AccountUserProfilesListResponse>.PrettyPrint
DfareportingBaseServiceRequest<AccountUserProfilesListResponse>.QuotaUser
DfareportingBaseServiceRequest<AccountUserProfilesListResponse>.UploadType
DfareportingBaseServiceRequest<AccountUserProfilesListResponse>.UploadProtocol
ClientServiceRequest<AccountUserProfilesListResponse>.Execute()
ClientServiceRequest<AccountUserProfilesListResponse>.ExecuteAsStream()
ClientServiceRequest<AccountUserProfilesListResponse>.ExecuteAsync()
ClientServiceRequest<AccountUserProfilesListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<AccountUserProfilesListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<AccountUserProfilesListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<AccountUserProfilesListResponse>.CreateRequest(bool?)
ClientServiceRequest<AccountUserProfilesListResponse>.GenerateRequestUri()
ClientServiceRequest<AccountUserProfilesListResponse>.GetBody()
ClientServiceRequest<AccountUserProfilesListResponse>.GetDefaultETagAction(string)
ClientServiceRequest<AccountUserProfilesListResponse>.ETagAction
ClientServiceRequest<AccountUserProfilesListResponse>.ModifyRequest
ClientServiceRequest<AccountUserProfilesListResponse>.ValidateParameters
ClientServiceRequest<AccountUserProfilesListResponse>.RequestParameters
ClientServiceRequest<AccountUserProfilesListResponse>.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.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class AccountUserProfilesResource.ListRequest : DfareportingBaseServiceRequest<AccountUserProfilesListResponse>, IClientServiceRequest<AccountUserProfilesListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, long)

Constructs a new List request.

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

Properties

Active

Select only active user profiles.

Declaration
[RequestParameter("active", RequestParameterType.Query)]
public virtual bool? Active { get; set; }
Property Value
Type Description
bool?

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.AccountUserProfilesListResponse>.HttpMethod

Ids

Select only user profiles with these IDs.

Declaration
[RequestParameter("ids", RequestParameterType.Query)]
public virtual Repeatable<string> Ids { get; set; }
Property Value
Type Description
Repeatable<string>

MaxResults

Maximum number of results to return.

Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual int? MaxResults { get; set; }
Property Value
Type Description
int?

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.AccountUserProfilesListResponse>.MethodName

PageToken

Value of the nextPageToken from the previous result page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

ProfileId

User profile ID associated with this request.

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

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.AccountUserProfilesListResponse>.RestPath

SearchString

Allows searching for objects by name, ID or email. Wildcards () are allowed. For example, "user profile2015" will return objects with names like "user profile June 2015", "user profile April 2015", or simply "user profile 2015". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of "user profile" will match objects with name "my user profile", "user profile 2015", or simply "user profile".

Declaration
[RequestParameter("searchString", RequestParameterType.Query)]
public virtual string SearchString { get; set; }
Property Value
Type Description
string

SortField

Field by which to sort the list.

Declaration
[RequestParameter("sortField", RequestParameterType.Query)]
public virtual AccountUserProfilesResource.ListRequest.SortFieldEnum? SortField { get; set; }
Property Value
Type Description
AccountUserProfilesResource.ListRequest.SortFieldEnum?

SortOrder

Order of sorted results.

Declaration
[RequestParameter("sortOrder", RequestParameterType.Query)]
public virtual AccountUserProfilesResource.ListRequest.SortOrderEnum? SortOrder { get; set; }
Property Value
Type Description
AccountUserProfilesResource.ListRequest.SortOrderEnum?

SubaccountId

Select only user profiles with the specified subaccount ID.

Declaration
[RequestParameter("subaccountId", RequestParameterType.Query)]
public virtual long? SubaccountId { get; set; }
Property Value
Type Description
long?

UserRoleId

Select only user profiles with the specified user role ID.

Declaration
[RequestParameter("userRoleId", RequestParameterType.Query)]
public virtual long? UserRoleId { get; set; }
Property Value
Type Description
long?

Methods

InitParameters()

Initializes List parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX