Class PbfListingVersionsCollection
Results of a PbfListingVersion search. Contains both PbfListingVersionSummary items and other information, such as metadata.
Inherited Members
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