Class PrivateApplicationPackageSummary
The model for a summary of a private application package.
Inherited Members
Namespace: Oci.ServicecatalogService.Models
Assembly: OCI.DotNetSDK.Servicecatalog.dll
Syntax
public class PrivateApplicationPackageSummaryProperties
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The display name of the specified package. | 
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the private application package. | 
Remarks
Required
PackageType
Declaration
[Required(ErrorMessage = "PackageType is required.")]
[JsonProperty(PropertyName = "packageType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PackageTypeEnum? PackageType { get; set; }Property Value
| Type | Description | 
|---|---|
| PackageTypeEnum? | The type of the package. | 
Remarks
Required
PrivateApplicationId
Declaration
[Required(ErrorMessage = "PrivateApplicationId is required.")]
[JsonProperty(PropertyName = "privateApplicationId")]
public string PrivateApplicationId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the private application where the package is hosted. | 
Remarks
Required
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The date and time the private application package was created, expressed in RFC 3339
timestamp format.
 | 
Remarks
Required
Version
Declaration
[Required(ErrorMessage = "Version is required.")]
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The version of the specified package. | 
Remarks
Required