Class ApprovalTemplateCollection
Results of approval template search. Contains both ApprovalTemplateSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.LockboxService.Models
Assembly: OCI.DotNetSDK.Lockbox.dll
Syntax
public class ApprovalTemplateCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ApprovalTemplateSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ApprovalTemplateSummary> | List of ApprovalTemplateSummary. |
Remarks
Required