Class: Google::Apis::SlidesV1::CreateVideoResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::SlidesV1::CreateVideoResponse
 
- 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 creating a video.
Instance Attribute Summary collapse
- 
  
    
      #object_id_prop  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The object ID of the created video. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ CreateVideoResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of CreateVideoResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CreateVideoResponse
Returns a new instance of CreateVideoResponse
| 798 799 800 | # File 'generated/google/apis/slides_v1/classes.rb', line 798 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#object_id_prop ⇒ String
The object ID of the created video.
Corresponds to the JSON property objectId
| 796 797 798 | # File 'generated/google/apis/slides_v1/classes.rb', line 796 def object_id_prop @object_id_prop end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 803 804 805 | # File 'generated/google/apis/slides_v1/classes.rb', line 803 def update!(**args) @object_id_prop = args[:object_id_prop] if args.key?(:object_id_prop) end |