Class EnvironmentDiagnostic
EnvironmentDiagnostic
Implements
Inherited Members
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class EnvironmentDiagnostic : IValidatableObject
Constructors
View SourceEnvironmentDiagnostic(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 SourceAdditionalProperties
Gets or Sets additional properties
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement> AdditionalProperties { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, JsonElement> |
Path
Gets or Sets Path
Declaration
[JsonPropertyName("path")]
public string? Path { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Range
Gets or Sets Range
Declaration
[JsonPropertyName("range")]
public Range? Range { get; set; }
Property Value
| Type | Description |
|---|---|
| Range |
Summary
Gets or Sets Summary
Declaration
[JsonPropertyName("summary")]
public string Summary { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |