Class AppCatalogListingSummary
A summary of a listing.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class AppCatalogListingSummary
  Properties
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.  | 
      
ListingId
Declaration
[JsonProperty(PropertyName = "listingId")]
public string ListingId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | the region free ocid of the listing resource.  | 
      
PublisherName
Declaration
[JsonProperty(PropertyName = "publisherName")]
public string PublisherName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The name of the publisher who published this listing.  | 
      
Summary
Declaration
[JsonProperty(PropertyName = "summary")]
public string Summary { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The short summary for the listing.  |