Class ManagementResource.AccountSummariesResource.ListRequest
Lists account summaries (lightweight tree comprised of accounts/properties/profiles) to which the user has access.
Inheritance
ManagementResource.AccountSummariesResource.ListRequest
Inherited Members
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ManagementResource.AccountSummariesResource.ListRequest : AnalyticsBaseServiceRequest<AccountSummaries>, IClientServiceRequest<AccountSummaries>, IClientServiceRequest
Constructors
ListRequest(IClientService)
Constructs a new List request.
Declaration
public ListRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.AccountSummaries>.HttpMethod
MaxResults
The maximum number of account summaries to include in this response, where the largest acceptable value is 1000.
Declaration
[RequestParameter("max-results", 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.Analytics.v3.Data.AccountSummaries>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Analytics.v3.Data.AccountSummaries>.RestPath
StartIndex
An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
Declaration
[RequestParameter("start-index", RequestParameterType.Query)]
public virtual int? StartIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()