Class SetAutomatedGa4ConfigurationOptOutRequest
Request for setting the opt out status for the automated GA4 setup process.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class SetAutomatedGa4ConfigurationOptOutRequest : IMessage<SetAutomatedGa4ConfigurationOptOutRequest>, IEquatable<SetAutomatedGa4ConfigurationOptOutRequest>, IDeepCloneable<SetAutomatedGa4ConfigurationOptOutRequest>, IBufferMessage, IMessage
Constructors
SetAutomatedGa4ConfigurationOptOutRequest()
Declaration
public SetAutomatedGa4ConfigurationOptOutRequest()
SetAutomatedGa4ConfigurationOptOutRequest(SetAutomatedGa4ConfigurationOptOutRequest)
Declaration
public SetAutomatedGa4ConfigurationOptOutRequest(SetAutomatedGa4ConfigurationOptOutRequest other)
Parameters
Type | Name | Description |
---|---|---|
SetAutomatedGa4ConfigurationOptOutRequest | other |
Properties
OptOut
The status to set.
Declaration
public bool OptOut { get; set; }
Property Value
Type | Description |
---|---|
bool |
Property
Required. The UA property to set the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234
Declaration
public string Property { get; set; }
Property Value
Type | Description |
---|---|
string |