CryptoAnalysisResultCollection¶
- 
class oci.jms.models.CryptoAnalysisResultCollection(**kwargs)¶
- Bases: - object- List of Crypto event analysis results. - Methods - __init__(**kwargs)- Initializes a new CryptoAnalysisResultCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this CryptoAnalysisResultCollection. - 
__init__(**kwargs)¶
- Initializes a new CryptoAnalysisResultCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.jms.models.CryptoAnalysisResultSummary]) – The value to assign to the items property of this CryptoAnalysisResultCollection. 
 - 
items¶
- [Required] Gets the items of this CryptoAnalysisResultCollection. A list of Crypto Event Analysis results. - Returns: - The items of this CryptoAnalysisResultCollection. - Return type: - list[oci.jms.models.CryptoAnalysisResultSummary] 
 
-