Show / Hide Table of Contents

Class EnvironmentDiagnostic

EnvironmentDiagnostic

Inheritance
object
EnvironmentDiagnostic
Implements
IValidatableObject
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class EnvironmentDiagnostic : IValidatableObject

Constructors

View Source

EnvironmentDiagnostic(string, Option<string?>, Option<Range?>)

Initializes a new instance of the EnvironmentDiagnostic class.

Declaration
[JsonConstructor]
public EnvironmentDiagnostic(string summary, Option<string?> path = default, Option<Range?> range = default)
Parameters
Type Name Description
string summary

summary

Option<string> path

path

Option<Range> range

range

Properties

View Source

AdditionalProperties

Gets or Sets additional properties

Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement> AdditionalProperties { get; }
Property Value
Type Description
Dictionary<string, JsonElement>
View Source

Path

Gets or Sets Path

Declaration
[JsonPropertyName("path")]
public string? Path { get; set; }
Property Value
Type Description
string
View Source

Range

Gets or Sets Range

Declaration
[JsonPropertyName("range")]
public Range? Range { get; set; }
Property Value
Type Description
Range
View Source

Summary

Gets or Sets Summary

Declaration
[JsonPropertyName("summary")]
public string Summary { get; set; }
Property Value
Type Description
string

Methods

View Source

ToString()

Returns the string presentation of the object

Declaration
public override string ToString()
Returns
Type Description
string

String presentation of the object

Overrides
object.ToString()

Implements

IValidatableObject

Version 0.13.1

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.