Class: Google::Apis::ProximitybeaconV1beta1::ListBeaconAttachmentsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ProximitybeaconV1beta1::ListBeaconAttachmentsResponse
- 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
-
#attachments ⇒ Array<Google::Apis::ProximitybeaconV1beta1::BeaconAttachment>
The attachments that corresponded to the request params.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListBeaconAttachmentsResponse
constructor
A new instance of ListBeaconAttachmentsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListBeaconAttachmentsResponse
Returns a new instance of ListBeaconAttachmentsResponse
688 689 690 |
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 688 def initialize(**args) update!(**args) end |
Instance Attribute Details
#attachments ⇒ Array<Google::Apis::ProximitybeaconV1beta1::BeaconAttachment>
The attachments that corresponded to the request params.
Corresponds to the JSON property attachments
686 687 688 |
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 686 def @attachments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
693 694 695 |
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 693 def update!(**args) @attachments = args[:attachments] if args.key?(:attachments) end |