Class PropertiesResource.GetGoogleSignalsSettingsRequest
Lookup for Google Signals settings for a property.
Inheritance
PropertiesResource.GetGoogleSignalsSettingsRequest
Implements
Inherited Members
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGoogleSignalsSettings>.AccessToken
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.GetGoogleSignalsSettingsRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaGoogleSignalsSettings>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaGoogleSignalsSettings>, IClientServiceRequest
Constructors
GetGoogleSignalsSettingsRequest(IClientService, string)
Constructs a new GetGoogleSignalsSettings request.
Declaration
public GetGoogleSignalsSettingsRequest(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 google signals settings to retrieve. Format: properties/{property}/googleSignalsSettings
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 GetGoogleSignalsSettings parameter list.
Declaration
protected override void InitParameters()