Class FetchAutomatedGa4ConfigurationOptOutResponse
Response message for fetching 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 FetchAutomatedGa4ConfigurationOptOutResponse : IMessage<FetchAutomatedGa4ConfigurationOptOutResponse>, IEquatable<FetchAutomatedGa4ConfigurationOptOutResponse>, IDeepCloneable<FetchAutomatedGa4ConfigurationOptOutResponse>, IBufferMessage, IMessage
Constructors
FetchAutomatedGa4ConfigurationOptOutResponse()
Declaration
public FetchAutomatedGa4ConfigurationOptOutResponse()
FetchAutomatedGa4ConfigurationOptOutResponse(FetchAutomatedGa4ConfigurationOptOutResponse)
Declaration
public FetchAutomatedGa4ConfigurationOptOutResponse(FetchAutomatedGa4ConfigurationOptOutResponse other)
Parameters
Type | Name | Description |
---|---|---|
FetchAutomatedGa4ConfigurationOptOutResponse | other |
Properties
OptOut
The opt out status for the UA property.
Declaration
public bool OptOut { get; set; }
Property Value
Type | Description |
---|---|
bool |