Show / Hide Table of Contents

Class CryptoAssessmentBackupSetCollection

Backup set summaries observed for a crypto assessment.

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

Properties

Items

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

Backup set summary items for the specified crypto assessment.

Remarks

Required

In this article
Back to top