DownloadCryptoAssessmentReportDetails

class oci.data_safe.models.DownloadCryptoAssessmentReportDetails(**kwargs)

Bases: object

The details used to download a crypto assessment report.

Attributes

FORMAT_PDF A constant which can be used with the format property of a DownloadCryptoAssessmentReportDetails.
FORMAT_XLS A constant which can be used with the format property of a DownloadCryptoAssessmentReportDetails.
format [Required] Gets the format of this DownloadCryptoAssessmentReportDetails.

Methods

__init__(**kwargs) Initializes a new DownloadCryptoAssessmentReportDetails object with values from keyword arguments.
FORMAT_PDF = 'PDF'

A constant which can be used with the format property of a DownloadCryptoAssessmentReportDetails. This constant has a value of “PDF”

FORMAT_XLS = 'XLS'

A constant which can be used with the format property of a DownloadCryptoAssessmentReportDetails. This constant has a value of “XLS”

__init__(**kwargs)

Initializes a new DownloadCryptoAssessmentReportDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:format (str) – The value to assign to the format property of this DownloadCryptoAssessmentReportDetails. Allowed values for this property are: “PDF”, “XLS”
format

[Required] Gets the format of this DownloadCryptoAssessmentReportDetails. Format of the crypto assessment report.

Allowed values for this property are: “PDF”, “XLS”

Returns:The format of this DownloadCryptoAssessmentReportDetails.
Return type:str