Class PropertyValueDescriptor
- Namespace
- Steeltoe.Management.Endpoint.Env
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class PropertyValueDescriptor
- Inheritance
-
PropertyValueDescriptor
- Inherited Members
Constructors
PropertyValueDescriptor(object, string)
public PropertyValueDescriptor(object value, string origin = null)
Parameters
Properties
Origin
[JsonProperty("origin", NullValueHandling = NullValueHandling.Ignore)]
public string Origin { get; }
Property Value
Value
[JsonProperty("value")]
public object Value { get; }