Class PathParameter
This is an input parameter that will be passed as URL path parameter.
Inherited Members
Namespace: Oci.ResourceschedulerService.Models
Assembly: OCI.DotNetSDK.Resourcescheduler.dll
Syntax
public class PathParameter : Parameter
Properties
Value
Declaration
[JsonProperty(PropertyName = "value")]
public Dictionary<string, string> Value { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | This is the path parameter value. |