Table of Contents

Class PropertyValueDescriptor

Namespace
Steeltoe.Management.Endpoint.Actuators.Environment
Assembly
Steeltoe.Management.Endpoint.dll
public sealed class PropertyValueDescriptor
Inheritance
PropertyValueDescriptor
Inherited Members

Constructors

PropertyValueDescriptor(object?)

public PropertyValueDescriptor(object? value)

Parameters

value object

PropertyValueDescriptor(object?, string)

public PropertyValueDescriptor(object? value, string origin)

Parameters

value object
origin string

Properties

Origin

[JsonPropertyName("origin")]
public string? Origin { get; }

Property Value

string

Value

[JsonPropertyName("value")]
public object? Value { get; }

Property Value

object