Class PropertiesResource.DataStreamsResource.GetEnhancedMeasurementSettingsRequest
Returns the enhanced measurement settings for this data stream. Note that the stream must enable enhanced measurement for these settings to take effect.
Inheritance
PropertiesResource.DataStreamsResource.GetEnhancedMeasurementSettingsRequest
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.DataStreamsResource.GetEnhancedMeasurementSettingsRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings>, IClientServiceRequest
Constructors
GetEnhancedMeasurementSettingsRequest(IClientService, string)
Constructs a new GetEnhancedMeasurementSettings request.
Declaration
public GetEnhancedMeasurementSettingsRequest(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}/dataStreams/{data_stream}/enhancedMeasurementSettings Example: "properties/1000/dataStreams/2000/enhancedMeasurementSettings"
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 GetEnhancedMeasurementSettings parameter list.
Declaration
protected override void InitParameters()