Class: Google::Apis::PlusDomainsV1::Activity::Provider
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::PlusDomainsV1::Activity::Provider
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/plus_domains_v1/classes.rb,
generated/google/apis/plus_domains_v1/representations.rb,
generated/google/apis/plus_domains_v1/representations.rb 
Overview
The service provider that initially published this activity.
Instance Attribute Summary collapse
- 
  
    
      #title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the service provider.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Provider 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Provider.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Provider
Returns a new instance of Provider
      974 975 976  | 
    
      # File 'generated/google/apis/plus_domains_v1/classes.rb', line 974 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#title ⇒ String
Name of the service provider.
Corresponds to the JSON property title
      972 973 974  | 
    
      # File 'generated/google/apis/plus_domains_v1/classes.rb', line 972 def title @title end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      979 980 981  | 
    
      # File 'generated/google/apis/plus_domains_v1/classes.rb', line 979 def update!(**args) @title = args[:title] if args.key?(:title) end  |