Show / Hide Table of Contents

Class AppCatalogListingSummary

A summary of a listing.

Inheritance
object
AppCatalogListingSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top