Class: Google::Apis::SlidesV1::GroupObjectsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::SlidesV1::GroupObjectsResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/slides_v1/classes.rb,
generated/google/apis/slides_v1/representations.rb,
generated/google/apis/slides_v1/representations.rb 
Overview
The result of grouping objects.
Instance Attribute Summary collapse
- 
  
    
      #object_id_prop  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The object ID of the created group.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GroupObjectsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GroupObjectsResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GroupObjectsResponse
Returns a new instance of GroupObjectsResponse
      1175 1176 1177  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 1175 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#object_id_prop ⇒ String
The object ID of the created group.
Corresponds to the JSON property objectId
      1173 1174 1175  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 1173 def object_id_prop @object_id_prop end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1180 1181 1182  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 1180 def update!(**args) @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop) end  |