Class BlockchainPlatformCollection
Result of a platform list or search. Contains BlockchainPlatformSummary
Inherited Members
Namespace: Oci.BlockchainService.Models
Assembly: OCI.DotNetSDK.Blockchain.dll
Syntax
public class BlockchainPlatformCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<BlockchainPlatformSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<BlockchainPlatformSummary> | Collection of BlockchainPlatformSummary |
Remarks
Required