Show / Hide Table of Contents

Class PrivateApplicationStackPackage

A stack package for private applications.

Inheritance
object
PrivateApplicationPackage
PrivateApplicationStackPackage
Inherited Members
PrivateApplicationPackage.Id
PrivateApplicationPackage.PrivateApplicationId
PrivateApplicationPackage.DisplayName
PrivateApplicationPackage.Version
PrivateApplicationPackage.TimeCreated
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ServicecatalogService.Models
Assembly: OCI.DotNetSDK.Servicecatalog.dll
Syntax
public class PrivateApplicationStackPackage : PrivateApplicationPackage

Properties

ContentUrl

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

The content URL of the terraform configuration.

MimeType

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

The MIME type of the terraform configuration.

In this article
Back to top