Show / Hide Table of Contents

Class QueryParameter

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

Inheritance
object
Parameter
QueryParameter
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 QueryParameter : Parameter

Properties

Value

Declaration
[JsonProperty(PropertyName = "value")]
public Dictionary<string, string> Value { get; set; }
Property Value
Type Description
Dictionary<string, string>

This is the query parameter value.

In this article
Back to top