Class: Google::Apis::BloggerV2::User::Blogs
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::BloggerV2::User::Blogs
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/blogger_v2/classes.rb,
 generated/google/apis/blogger_v2/representations.rb,
 generated/google/apis/blogger_v2/representations.rb
Overview
The container of blogs for this user.
Instance Attribute Summary collapse
- 
  
    
      #self_link  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The URL of the Blogs for this user. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Blogs 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Blogs. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Blogs
Returns a new instance of Blogs
| 904 905 906 | # File 'generated/google/apis/blogger_v2/classes.rb', line 904 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#self_link ⇒ String
The URL of the Blogs for this user.
Corresponds to the JSON property selfLink
| 902 903 904 | # File 'generated/google/apis/blogger_v2/classes.rb', line 902 def self_link @self_link end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 909 910 911 | # File 'generated/google/apis/blogger_v2/classes.rb', line 909 def update!(**args) @self_link = args[:self_link] if args.key?(:self_link) end |