Class CryptoAssessmentWalletCollection
Wallet-specific crypto assessment details.
Inherited Members
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class CryptoAssessmentWalletCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<CryptoAssessmentWalletSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CryptoAssessmentWalletSummary> | Wallet details for the specified crypto assessment. |
Remarks
Required