Class Trace
Trace
Implements
Inherited Members
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class Trace : IValidatableObject
Constructors
View SourceTrace(Option<Value?>, Option<Range?>)
Initializes a new instance of the Trace class.
Declaration
[JsonConstructor]
public Trace(Option<Value?> @base = default, Option<Range?> def = default)
Parameters
| Type | Name | Description |
|---|---|---|
| Option<Value> | base | base |
| Option<Range> | def | def |
Properties
View SourceBase
Gets or Sets Base
Declaration
[JsonPropertyName("base")]
public Value? Base { get; set; }
Property Value
| Type | Description |
|---|---|
| Value |
Def
Gets or Sets Def
Declaration
[JsonPropertyName("def")]
public Range? Def { get; set; }
Property Value
| Type | Description |
|---|---|
| Range |
Methods
View SourceToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |