Class PropertiesResource.FetchAutomatedGa4ConfigurationOptOutRequest
Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
Inheritance
GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse>
PropertiesResource.FetchAutomatedGa4ConfigurationOptOutRequest
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class PropertiesResource.FetchAutomatedGa4ConfigurationOptOutRequest : GoogleAnalyticsAdminBaseServiceRequest<GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse>, IClientServiceRequest<GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse>, IClientServiceRequest
Constructors
FetchAutomatedGa4ConfigurationOptOutRequest(IClientService, GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest)
Constructs a new FetchAutomatedGa4ConfigurationOptOut request.
Declaration
public FetchAutomatedGa4ConfigurationOptOutRequest(IClientService service, GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest | 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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes FetchAutomatedGa4ConfigurationOptOut parameter list.
Declaration
protected override void InitParameters()