Show / Hide Table of Contents

Class EvaluatedExecutionContext

EvaluatedExecutionContext

Inheritance
object
EvaluatedExecutionContext
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 EvaluatedExecutionContext : IValidatableObject

Constructors

View Source

EvaluatedExecutionContext(Option<Dictionary<string, Value>?>, Option<object?>)

Initializes a new instance of the EvaluatedExecutionContext class.

Declaration
[JsonConstructor]
public EvaluatedExecutionContext(Option<Dictionary<string, Value>?> properties = default, Option<object?> schema = default)
Parameters
Type Name Description
Option<Dictionary<string, Value>> properties

properties

Option<object> schema

schema

Properties

View Source

Properties

Gets or Sets Properties

Declaration
[JsonPropertyName("properties")]
public Dictionary<string, Value>? Properties { get; set; }
Property Value
Type Description
Dictionary<string, Value>
View Source

Schema

Gets or Sets Schema

Declaration
[JsonPropertyName("schema")]
public object? Schema { get; set; }
Property Value
Type Description
object

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.