Class: Google::Apis::ProximitybeaconV1beta1::DeleteAttachmentsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ProximitybeaconV1beta1::DeleteAttachmentsResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/proximitybeacon_v1beta1/classes.rb,
 generated/google/apis/proximitybeacon_v1beta1/representations.rb,
 generated/google/apis/proximitybeacon_v1beta1/representations.rb
Overview
Response for a request to delete attachments.
Instance Attribute Summary collapse
- 
  
    
      #num_deleted  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of attachments that were deleted. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ DeleteAttachmentsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of DeleteAttachmentsResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeleteAttachmentsResponse
Returns a new instance of DeleteAttachmentsResponse
| 375 376 377 | # File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 375 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#num_deleted ⇒ Fixnum
The number of attachments that were deleted.
Corresponds to the JSON property numDeleted
| 373 374 375 | # File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 373 def num_deleted @num_deleted end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 380 381 382 | # File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 380 def update!(**args) @num_deleted = args[:num_deleted] if args.key?(:num_deleted) end |