Class ListPbfListingVersionsRequest
Implements
Inherited Members
Namespace: Oci.FunctionsService.Requests
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class ListPbfListingVersionsRequest : IOciRequest
Examples
Click here to see an example of how to use ListPbfListingVersions request.
Properties
IsCurrentVersion
Declaration
[HttpConverter(TargetEnum.Query, "isCurrentVersion")]
public bool? IsCurrentVersion { get; set; }
Property Value
Type | Description |
---|---|
bool? | Matches the current version (the most recently added version with an Active lifecycleState) associated with a PbfListing. |
LifecycleState
Declaration
[HttpConverter(TargetEnum.Query, "lifecycleState")]
public PbfListingVersion.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
PbfListingVersion.LifecycleStateEnum? | A filter to return only resources their lifecycleState matches the given lifecycleState. |
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum number of items to return. 1 is the minimum, 50 is the maximum.
|
Name
Declaration
[HttpConverter(TargetEnum.Query, "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Matches a PbfListingVersion based on a provided semantic version name for a PbfListingVersion. Each PbfListingVersion name is unique with respect to its associated PbfListing. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
Property Value
Type | Description |
---|---|
string | The pagination token for a list query returned by a previous operation |
PbfListingId
Declaration
[Required(ErrorMessage = "PbfListingId is required.")]
[HttpConverter(TargetEnum.Query, "pbfListingId")]
public string PbfListingId { get; set; }
Property Value
Type | Description |
---|---|
string | unique PbfListing identifier |
Remarks
Required
PbfListingVersionId
Declaration
[HttpConverter(TargetEnum.Query, "pbfListingVersionId")]
public string PbfListingVersionId { get; set; }
Property Value
Type | Description |
---|---|
string | unique PbfListingVersion identifier |
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ListPbfListingVersionsRequest.SortByEnum? SortBy { get; set; }
Property Value
Type | Description |
---|---|
ListPbfListingVersionsRequest.SortByEnum? | The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for name is ascending. |
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public ListPbfListingVersionsRequest.SortOrderEnum? SortOrder { get; set; }
Property Value
Type | Description |
---|---|
ListPbfListingVersionsRequest.SortOrderEnum? | Specifies sort order.
|