Show / Hide Table of Contents

Class AlertPolicyDocumentation

Inheritance
System.Object
AlertPolicyDocumentation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Monitoring.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AlertPolicyDocumentation

Fields

View Source

Content

The text of the documentation, interpreted according to mimeType. 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.

Declaration
public readonly string Content
Field Value
Type Description
System.String
View Source

MimeType

The format of the content field. Presently, only the value "text/markdown" is supported.

Declaration
public readonly string MimeType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.