Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticsadmin_v1alpha/classes.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb
Overview
Response message for fetching the opt out status for the automated GA4 setup process.
Instance Attribute Summary collapse
-
#opt_out ⇒ Boolean
(also: #opt_out?)
The opt out status for the UA property.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse
constructor
A new instance of GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse
Returns a new instance of GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse.
3586 3587 3588 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3586 def initialize(**args) update!(**args) end |
Instance Attribute Details
#opt_out ⇒ Boolean Also known as: opt_out?
The opt out status for the UA property.
Corresponds to the JSON property optOut
3583 3584 3585 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3583 def opt_out @opt_out end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3591 3592 3593 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3591 def update!(**args) @opt_out = args[:opt_out] if args.key?(:opt_out) end |