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
| 762 763 764 | # File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 762 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
| 760 761 762 | # File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 760 def namespaces @namespaces end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 767 768 769 | # File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 767 def update!(**args) @namespaces = args[:namespaces] if args.key?(:namespaces) end |