Class Interpolation
Interpolation
Implements
Inherited Members
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class Interpolation : IValidatableObject
Constructors
View SourceInterpolation(Option<string?>, Option<List<PropertyAccessor>?>)
Initializes a new instance of the Interpolation class.
Declaration
[JsonConstructor]
public Interpolation(Option<string?> text = default, Option<List<PropertyAccessor>?> value = default)
Parameters
| Type | Name | Description |
|---|---|---|
| Option<string> | text | text |
| Option<List<PropertyAccessor>> | value | value |
Properties
View SourceText
Gets or Sets Text
Declaration
[JsonPropertyName("text")]
public string? Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Gets or Sets Value
Declaration
[JsonPropertyName("value")]
public List<PropertyAccessor>? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| List<PropertyAccessor> |
Methods
View SourceToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |