Class: Google::Apis::ChatV1::SpaceUpdatedEventData
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ChatV1::SpaceUpdatedEventData
 
 
- Includes:
 - Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/chat_v1/classes.rb,
lib/google/apis/chat_v1/representations.rb,
lib/google/apis/chat_v1/representations.rb 
Overview
Event payload for an updated space. Event type: google.workspace.chat.space.
v1.updated
Instance Attribute Summary collapse
- 
  
    
      #space  ⇒ Google::Apis::ChatV1::Space 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A space in Google Chat.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ SpaceUpdatedEventData 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of SpaceUpdatedEventData.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ SpaceUpdatedEventData
Returns a new instance of SpaceUpdatedEventData.
      5102 5103 5104  | 
    
      # File 'lib/google/apis/chat_v1/classes.rb', line 5102 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#space ⇒ Google::Apis::ChatV1::Space
A space in Google Chat. Spaces are conversations between two or more users or
1:1 messages between a user and a Chat app.
Corresponds to the JSON property space
      5100 5101 5102  | 
    
      # File 'lib/google/apis/chat_v1/classes.rb', line 5100 def space @space end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      5107 5108 5109  | 
    
      # File 'lib/google/apis/chat_v1/classes.rb', line 5107 def update!(**args) @space = args[:space] if args.key?(:space) end  |