Class PropertiesResource.GetAttributionSettingsRequest
Lookup for a AttributionSettings singleton.
Inheritance
PropertiesResource.GetAttributionSettingsRequest
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.GetAttributionSettingsRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaAttributionSettings>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaAttributionSettings>, IClientServiceRequest
Constructors
GetAttributionSettingsRequest(IClientService, string)
Constructs a new GetAttributionSettings request.
Declaration
public GetAttributionSettingsRequest(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 attribution settings to retrieve. Format: properties/{property}/attributionSettings
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 GetAttributionSettings parameter list.
Declaration
protected override void InitParameters()