Show / Hide Table of Contents

Class Range

Range

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

Constructors

View Source

Range(Pos, Pos, string)

Initializes a new instance of the Range class.

Declaration
[JsonConstructor]
public Range(Pos begin, Pos end, string varEnvironment)
Parameters
Type Name Description
Pos begin

begin

Pos end

end

string varEnvironment

varEnvironment

Properties

View Source

Begin

Gets or Sets Begin

Declaration
[JsonPropertyName("begin")]
public Pos Begin { get; set; }
Property Value
Type Description
Pos
View Source

End

Gets or Sets End

Declaration
[JsonPropertyName("end")]
public Pos End { get; set; }
Property Value
Type Description
Pos
View Source

VarEnvironment

Gets or Sets VarEnvironment

Declaration
[JsonPropertyName("environment")]
public string VarEnvironment { get; set; }
Property Value
Type Description
string

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.