Class GetAppCatalogListingResourceVersionRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetAppCatalogListingResourceVersionRequest : IOciRequest
Examples
Click here to see an example of how to use GetAppCatalogListingResourceVersion request.
Properties
ListingId
Declaration
[Required(ErrorMessage = "ListingId is required.")]
[HttpConverter(TargetEnum.Path, "listingId")]
public string ListingId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the listing. |
Remarks
Required
ResourceVersion
Declaration
[Required(ErrorMessage = "ResourceVersion is required.")]
[HttpConverter(TargetEnum.Path, "resourceVersion")]
public string ResourceVersion { get; set; }
Property Value
Type | Description |
---|---|
string | Listing Resource Version. |
Remarks
Required