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