Class: Google::Apis::ProximitybeaconV1beta1::ListBeaconAttachmentsResponse

Inherits:
Object
  • Object
show all
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 to ListBeaconAttachments that contains the requested attachments.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListBeaconAttachmentsResponse

Returns a new instance of ListBeaconAttachmentsResponse.



693
694
695
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 693

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#attachmentsArray<Google::Apis::ProximitybeaconV1beta1::BeaconAttachment>

The attachments that corresponded to the request params. Corresponds to the JSON property attachments



691
692
693
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 691

def attachments
  @attachments
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



698
699
700
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 698

def update!(**args)
  @attachments = args[:attachments] if args.key?(:attachments)
end