CryptoAssessmentWalletCollection¶
-
class
oci.data_safe.models.CryptoAssessmentWalletCollection(**kwargs)¶ Bases:
objectWallet-specific crypto assessment details.
Methods
__init__(**kwargs)Initializes a new CryptoAssessmentWalletCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this CryptoAssessmentWalletCollection. -
__init__(**kwargs)¶ Initializes a new CryptoAssessmentWalletCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.data_safe.models.CryptoAssessmentWalletSummary]) – The value to assign to the items property of this CryptoAssessmentWalletCollection.
-
items¶ [Required] Gets the items of this CryptoAssessmentWalletCollection. Wallet details for the specified crypto assessment.
Returns: The items of this CryptoAssessmentWalletCollection. Return type: list[oci.data_safe.models.CryptoAssessmentWalletSummary]
-