Class: Google::Apis::ProximitybeaconV1beta1::ListNamespacesResponse

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 ListNamespacesRequest that contains all the project's namespaces.

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) ⇒ ListNamespacesResponse

Returns a new instance of ListNamespacesResponse.



464
465
466
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 464

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

Instance Attribute Details

#namespacesArray<Google::Apis::ProximitybeaconV1beta1::Namespace>

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



462
463
464
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 462

def namespaces
  @namespaces
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



469
470
471
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 469

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