Show / Hide Table of Contents

Class CreatePrivateApplicationPackage

A base object for creating a private application package.

Inheritance
object
CreatePrivateApplicationPackage
CreatePrivateApplicationStackPackage
Inherited Members
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
[JsonConverter(typeof(CreatePrivateApplicationPackageModelConverter))]
public class CreatePrivateApplicationPackage

Properties

Version

Declaration
[Required(ErrorMessage = "Version is required.")]
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type Description
string

The package version.

Remarks

Required

In this article
Back to top