class Google::Apis::ProximitybeaconV1beta1::ListBeaconAttachmentsResponse
Response to ListBeaconAttachments that contains the requested attachments.
Attributes
attachments[RW]
The attachments that corresponded to the request params. Corresponds to the JSON property `attachments` @return [Array<Google::Apis::ProximitybeaconV1beta1::BeaconAttachment>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/proximitybeacon_v1beta1/classes.rb, line 308 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 313 def update!(**args) @attachments = args[:attachments] if args.key?(:attachments) end