Show / Hide Table of Contents

Class AppCatalogListingResourceVersionSummary

Listing Resource Version summary

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

Properties

ListingId

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

The OCID of the listing this resource version belongs to.

ListingResourceId

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

OCID of the listing resource.

ListingResourceVersion

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

Resource Version.

TimePublished

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

Date and time the listing resource version was published, in RFC3339 format. Example: 2018-03-20T12:32:53.532Z

In this article
Back to top