Class BodyParameter
This is an input parameter that will be passed as HTTP request body parameter.
Inherited Members
Namespace: Oci.ResourceschedulerService.Models
Assembly: OCI.DotNetSDK.Resourcescheduler.dll
Syntax
public class BodyParameter : Parameter
Properties
Value
Declaration
[JsonProperty(PropertyName = "value")]
public object Value { get; set; }
Property Value
Type | Description |
---|---|
object | This is the body parameter value. |