Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse
- 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 for looking up GA4 property connected to a UA property.
Instance Attribute Summary collapse
-
#property ⇒ String
The GA4 property connected to the UA property.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse
constructor
A new instance of GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse
Returns a new instance of GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse.
3616 3617 3618 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3616 def initialize(**args) update!(**args) end |
Instance Attribute Details
#property ⇒ String
The GA4 property connected to the UA property. An empty string is returned
when there is no connected GA4 property. Format: properties/property_id
Example: properties/1234
Corresponds to the JSON property property
3614 3615 3616 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3614 def property @property end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3621 3622 3623 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3621 def update!(**args) @property = args[:property] if args.key?(:property) end |