Show / Hide Table of Contents

Class OperationsInsightsWarehouseUsers

Logical grouping used for Operations Insights Warehouse User operations.

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

Properties

OperationsInsightsWarehouseUsersProp

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

Operations Insights Warehouse User Object.

In this article
Back to top