Class Reference
Reference
Implements
Inherited Members
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class Reference : IValidatableObject
Constructors
View SourceReference(string)
Initializes a new instance of the Reference class.
Declaration
[JsonConstructor]
public Reference(string @ref)
Parameters
| Type | Name | Description |
|---|---|---|
| string | ref | ref |
Properties
View SourceRef
Gets or Sets Ref
Declaration
[JsonPropertyName("$ref")]
public string Ref { 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 |