Class GetAppCatalogListingRequest
Implements
Inherited Members
Namespace: Oci.CoreService.Requests
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class GetAppCatalogListingRequest : IOciRequest
Examples
Click here to see an example of how to use GetAppCatalogListing 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