Show / Hide Table of Contents

Class OperatorControlCollection

Results of Operator Control search, which contains summary of the operator control.

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OperatorControlSummary> Items { get; set; }
Property Value
Type Description
List<OperatorControlSummary>

contains OperatorControlSummary

Remarks

Required

In this article
Back to top