class Google::Apis::ProximitybeaconV1beta1::ListNamespacesResponse

Response to ListNamespacesRequest that contains all the project's namespaces.

Attributes

namespaces[RW]

The attachments that corresponded to the request params. Corresponds to the JSON property `namespaces` @return [Array<Google::Apis::ProximitybeaconV1beta1::Namespace>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/proximitybeacon_v1beta1/classes.rb, line 346
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/proximitybeacon_v1beta1/classes.rb, line 351
def update!(**args)
  @namespaces = args[:namespaces] if args.key?(:namespaces)
end