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.



3565
3566
3567
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3565

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)


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