Show / Hide Table of Contents

Class PbfListingVersionsCollection

Results of a PbfListingVersion search. Contains both PbfListingVersionSummary items and other information, such as metadata.

Inheritance
object
PbfListingVersionsCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class PbfListingVersionsCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PbfListingVersionSummary> Items { get; set; }
Property Value
Type Description
List<PbfListingVersionSummary>

List of PbfListingVersion.

Remarks

Required

In this article
Back to top