Show / Hide Table of Contents

Class AppCatalogSubscriptionSummary

a subscription summary for a listing resource version.

Inheritance
object
AppCatalogSubscriptionSummary
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 AppCatalogSubscriptionSummary

Properties

CompartmentId

Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The compartmentID of the subscription.

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 ocid of the listing resource.

ListingResourceId

Declaration
[JsonProperty(PropertyName = "listingResourceId")]
public string ListingResourceId { get; set; }
Property Value
Type Description
string

Listing resource id.

ListingResourceVersion

Declaration
[JsonProperty(PropertyName = "listingResourceVersion")]
public string ListingResourceVersion { get; set; }
Property Value
Type Description
string

Listing resource version.

PublisherName

Declaration
[JsonProperty(PropertyName = "publisherName")]
public string PublisherName { get; set; }
Property Value
Type Description
string

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 to the listing.

TimeCreated

Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type Description
DateTime?

Date and time at which the subscription was created, in RFC3339 format. Example: 2018-03-20T12:32:53.532Z

In this article
Back to top