Class: Google::Analytics::Admin::V1alpha::FetchAutomatedGa4ConfigurationOptOutResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#opt_out::Boolean

Returns The opt out status for the UA property.

Returns:

  • (::Boolean)

    The opt out status for the UA property.



2023
2024
2025
2026
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2023

class FetchAutomatedGa4ConfigurationOptOutResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end