Class: Google::Apis::AnalyticsV3::EntityAdWordsLink::Entity
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsV3::EntityAdWordsLink::Entity
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/analytics_v3/classes.rb,
generated/google/apis/analytics_v3/representations.rb,
generated/google/apis/analytics_v3/representations.rb
Overview
Web property being linked.
Instance Attribute Summary collapse
-
#web_property_ref ⇒ Google::Apis::AnalyticsV3::WebPropertyRef
JSON template for a web property reference.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Entity
constructor
A new instance of Entity.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Entity
Returns a new instance of Entity
1426 1427 1428 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 1426 def initialize(**args) update!(**args) end |
Instance Attribute Details
#web_property_ref ⇒ Google::Apis::AnalyticsV3::WebPropertyRef
JSON template for a web property reference.
Corresponds to the JSON property webPropertyRef
1424 1425 1426 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 1424 def web_property_ref @web_property_ref end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1431 1432 1433 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 1431 def update!(**args) @web_property_ref = args[:web_property_ref] if args.key?(:web_property_ref) end |