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
      1398 1399 1400  | 
    
      # File 'generated/google/apis/analytics_v3/classes.rb', line 1398 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
      1396 1397 1398  | 
    
      # File 'generated/google/apis/analytics_v3/classes.rb', line 1396 def web_property_ref @web_property_ref end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1403 1404 1405  | 
    
      # File 'generated/google/apis/analytics_v3/classes.rb', line 1403 def update!(**args) @web_property_ref = args[:web_property_ref] if args.key?(:web_property_ref) end  |