class Google::Apis::AnalyticsdataV1alpha::Entity
The unique identifier of the property whose events are tracked.
Attributes
property_id[RW]
A Google
Analytics GA4 property id. To learn more, see [where to find your Property ID](developers.google.com/analytics/devguides/reporting/data/ v1/property-id). Corresponds to the JSON property `propertyId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analyticsdata_v1alpha/classes.rb, line 594 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/analyticsdata_v1alpha/classes.rb, line 599 def update!(**args) @property_id = args[:property_id] if args.key?(:property_id) end