class Google::Apis::AnalyticsV3::EntityAdWordsLink::Entity
Web property being linked.
Attributes
web_property_ref[RW]
JSON template for a web property reference. Corresponds to the JSON property `webPropertyRef` @return [Google::Apis::AnalyticsV3::WebPropertyRef]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analytics_v3/classes.rb, line 1304 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/analytics_v3/classes.rb, line 1309 def update!(**args) @web_property_ref = args[:web_property_ref] if args.key?(:web_property_ref) end