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



766
767
768
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 766

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



764
765
766
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 764

def namespaces
  @namespaces
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



771
772
773
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 771

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