Show / Hide Table of Contents

Class WorkRequests

Logical grouping used for Ops Insights Work Request operations.

Inheritance
object
WorkRequests
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class WorkRequests

Properties

WorkRequestsProp

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

OPSI Work Request Object.

In this article
Back to top