Class PropertiesResource.GetReportingIdentitySettingsRequest
Returns the reporting identity settings for this property.
Inheritance
PropertiesResource.GetReportingIdentitySettingsRequest
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.GetReportingIdentitySettingsRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaReportingIdentitySettings>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaReportingIdentitySettings>, IClientServiceRequest
Constructors
GetReportingIdentitySettingsRequest(IClientService, string)
Constructs a new GetReportingIdentitySettings request.
Declaration
public GetReportingIdentitySettingsRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. The name of the settings to lookup. Format: properties/{property}/reportingIdentitySettings Example: "properties/1000/reportingIdentitySettings"
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes GetReportingIdentitySettings parameter list.
Declaration
protected override void InitParameters()