Show / Hide Table of Contents

Class ByoasnCollection

The results returned by a ListByoasn operation.

Inheritance
object
ByoasnCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 Byoasn resource summaries.

Remarks

Required

In this article
Back to top