Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest
- 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
Request for fetching the opt out status for the automated GA4 setup process.
Instance Attribute Summary collapse
-
#property ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest
constructor
A new instance of GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest
Returns a new instance of GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest.
3565 3566 3567 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3565 def initialize(**args) update!(**args) end |
Instance Attribute Details
#property ⇒ String
Required. The UA property to get 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
Corresponds to the JSON property property
3563 3564 3565 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3563 def property @property end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3570 3571 3572 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3570 def update!(**args) @property = args[:property] if args.key?(:property) end |