Class: Google::Logging::V2::ListExclusionsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Logging::V2::ListExclusionsResponse
 
 
- Defined in:
 - lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb
 
Overview
Result returned from +ListExclusions+.
Instance Attribute Summary collapse
- 
  
    
      #exclusions  ⇒ Array<Google::Logging::V2::LogExclusion> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of exclusions.
 - 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If there might be more results than appear in this response, then +nextPageToken+ is included.
 
Instance Attribute Details
#exclusions ⇒ Array<Google::Logging::V2::LogExclusion>
Returns A list of exclusions.
      310  | 
    
      # File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 310 class ListExclusionsResponse; end  | 
  
#next_page_token ⇒ String
Returns If there might be more results than appear in this response, then +nextPageToken+ is included. To get the next set of results, call the same method again using the value of +nextPageToken+ as +pageToken+.
      310  | 
    
      # File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 310 class ListExclusionsResponse; end  |