Show / Hide Table of Contents

Class ApproverLevels

The approver levels.

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

Properties

Level1

Declaration
[Required(ErrorMessage = "Level1 is required.")]
[JsonProperty(PropertyName = "level1")]
public ApproverInfo Level1 { get; set; }
Property Value
Type Description
ApproverInfo
Remarks

Required

Level2

Declaration
[JsonProperty(PropertyName = "level2")]
public ApproverInfo Level2 { get; set; }
Property Value
Type Description
ApproverInfo

Level3

Declaration
[JsonProperty(PropertyName = "level3")]
public ApproverInfo Level3 { get; set; }
Property Value
Type Description
ApproverInfo
In this article
Back to top