Class AppCatalogListingResourceVersionSummary
Listing Resource Version summary
Inherited Members
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 |