Show / Hide Table of Contents

Class HeaderParameter

This is an input parameter that will be passed as HTTP request header.

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

Properties

Value

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

This is the HTTP request header value.

In this article
Back to top