Show / Hide Table of Contents

Class DownloadCryptoAssessmentReportDetails

The details used to download a crypto assessment report.

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

Properties

Format

Declaration
[Required(ErrorMessage = "Format is required.")]
[JsonProperty(PropertyName = "format")]
[JsonConverter(typeof(StringEnumConverter))]
public DownloadCryptoAssessmentReportDetails.FormatEnum? Format { get; set; }
Property Value
Type Description
DownloadCryptoAssessmentReportDetails.FormatEnum?

Format of the crypto assessment report.

Remarks

Required

In this article
Back to top