class Google::Apis::ProximitybeaconV1beta1::DeleteAttachmentsResponse

Response for a request to delete attachments.

Attributes

num_deleted[RW]

The number of attachments that were deleted. Corresponds to the JSON property `numDeleted` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/proximitybeacon_v1beta1/classes.rb, line 327
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/proximitybeacon_v1beta1/classes.rb, line 332
def update!(**args)
  @num_deleted = args[:num_deleted] if args.key?(:num_deleted)
end