Class ByoasnCollection
The results returned by a ListByoasn
operation.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ByoasnCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ByoasnSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ByoasnSummary> | A list of |
Remarks
Required