Class PropertiesResource.SetAutomatedGa4ConfigurationOptOutRequest
Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
Inheritance
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>
PropertiesResource.SetAutomatedGa4ConfigurationOptOutRequest
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.SetAutomatedGa4ConfigurationOptOutRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>, IClientServiceRequest
Constructors
SetAutomatedGa4ConfigurationOptOutRequest(IClientService, GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest)
Constructs a new SetAutomatedGa4ConfigurationOptOut request.
Declaration
public SetAutomatedGa4ConfigurationOptOutRequest(IClientService service, GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest | body |
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ClientServiceRequest<GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes SetAutomatedGa4ConfigurationOptOut parameter list.
Declaration
protected override void InitParameters()