Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest

Returns a new instance of GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest.



3574
3575
3576
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3574

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#propertyString

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

Returns:

  • (String)


3572
3573
3574
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3572

def property
  @property
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3579
3580
3581
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3579

def update!(**args)
  @property = args[:property] if args.key?(:property)
end