Show / Hide Table of Contents

Class PathParameter

This is an input parameter that will be passed as URL path parameter.

Inheritance
object
Parameter
PathParameter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top