Class: Google::Apis::ProximitybeaconV1beta1::ListNamespacesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ProximitybeaconV1beta1::ListNamespacesResponse
- 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 ListNamespacesRequest that contains all the project's namespaces.
Instance Attribute Summary collapse
-
#namespaces ⇒ Array<Google::Apis::ProximitybeaconV1beta1::Namespace>
The attachments that corresponded to the request params.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListNamespacesResponse
constructor
A new instance of ListNamespacesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListNamespacesResponse
Returns a new instance of ListNamespacesResponse
34 35 36 |
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 34 def initialize(**args) update!(**args) end |
Instance Attribute Details
#namespaces ⇒ Array<Google::Apis::ProximitybeaconV1beta1::Namespace>
The attachments that corresponded to the request params.
Corresponds to the JSON property namespaces
32 33 34 |
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 32 def namespaces @namespaces end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 41 |
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 39 def update!(**args) @namespaces = args[:namespaces] if args.key?(:namespaces) end |