Class: Google::Analytics::Admin::V1alpha::FetchAutomatedGa4ConfigurationOptOutResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::FetchAutomatedGa4ConfigurationOptOutResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Response message for fetching the opt out status for the automated GA4 setup process.
Instance Attribute Summary collapse
-
#opt_out ⇒ ::Boolean
The opt out status for the UA property.
Instance Attribute Details
#opt_out ⇒ ::Boolean
Returns The opt out status for the UA property.
2116 2117 2118 2119 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2116 class FetchAutomatedGa4ConfigurationOptOutResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |