Class: Google::Firestore::V1beta1::ListCollectionIdsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Firestore::V1beta1::ListCollectionIdsResponse
 
 
- Defined in:
 - lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb
 
Overview
The response from Firestore::ListCollectionIds.
Instance Attribute Summary collapse
- 
  
    
      #collection_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The collection ids.
 - 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A page token that may be used to continue the list.
 
Instance Attribute Details
#collection_ids ⇒ Array<String>
Returns The collection ids.
      570  | 
    
      # File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 570 class ListCollectionIdsResponse; end  | 
  
#next_page_token ⇒ String
Returns A page token that may be used to continue the list.
      570  | 
    
      # File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 570 class ListCollectionIdsResponse; end  |