Show / Hide Table of Contents

Class OpsiDataObjects

Logical grouping used for OPSI data object targeted operations.

Inheritance
object
OpsiDataObjects
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 OpsiDataObjects

Properties

OpsiDataObjectsProp

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

OPSI Data Object.

In this article
Back to top