Class HeaderParameter
This is an input parameter that will be passed as HTTP request header.
Inherited Members
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. |