Show / Hide Table of Contents

Class BodyParameter

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

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

Properties

Value

Declaration
[JsonProperty(PropertyName = "value")]
public object Value { get; set; }
Property Value
Type Description
object

This is the body parameter value.

In this article
Back to top