Class MetadataResource.ColumnsResource.ListRequest
Lists all columns for a report type
Inheritance
MetadataResource.ColumnsResource.ListRequest
Inherited Members
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class MetadataResource.ColumnsResource.ListRequest : AnalyticsBaseServiceRequest<Columns>, IClientServiceRequest<Columns>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string reportType)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | reportType |
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.Columns>.HttpMethod
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.Columns>.MethodName
ReportType
Report type. Allowed Values: 'ga'. Where 'ga' corresponds to the Core Reporting API
Declaration
[RequestParameter("reportType", RequestParameterType.Path)]
public virtual string ReportType { get; }
Property Value
Type | Description |
---|---|
string |
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.Columns>.RestPath
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()