Class: Google::Monitoring::V3::AlertPolicy::Documentation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#contentString

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.

Returns:

  • (String)

    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_typeString

Returns The format of the +content+ field. Presently, only the value +"text/markdown"+ is supported. See Markdown for more information.

Returns:

  • (String)

    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