Show / Hide Table of Contents

Class OperatorActionCollection

Results of operator action search, which contains summary of the action.

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

Properties

Items

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

contains OperatorActionSummary

Remarks

Required

In this article
Back to top