Class: Google::Monitoring::V3::AlertPolicy::Documentation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::AlertPolicy::Documentation
 
 
- Defined in:
 - lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert.rb
 
Overview
A content string and a MIME type that describes the content string's format.
Instance Attribute Summary collapse
- 
  
    
      #content  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The text of the documentation, interpreted according to +mime_type+.
 - 
  
    
      #mime_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The format of the +content+ field.
 
Instance Attribute Details
#content ⇒ String
Returns The text of the documentation, interpreted according to +mime_type+. The content may not exceed 8,192 Unicode characters and may not exceed more than 10,240 bytes when encoded in UTF-8 format, whichever is smaller.
      107  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert.rb', line 107 class Documentation; end  | 
  
#mime_type ⇒ String
Returns The format of the +content+ field. Presently, only the value +"text/markdown"+ is supported. See Markdown for more information.
      107  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/alert.rb', line 107 class Documentation; end  |