Class CatalogSourceTemplateConfig
Catalog source template config.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CatalogSourceTemplateConfig : CatalogSourcePayload
Properties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | Template Description |
LongDescription
Declaration
[JsonProperty(PropertyName = "longDescription")]
public string LongDescription { get; set; }
Property Value
Type | Description |
---|---|
string | Template Long Description |
TemplateDisplayName
Declaration
[JsonProperty(PropertyName = "templateDisplayName")]
public string TemplateDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | Template Display Name |
ZipFileBase64Encoded
Declaration
[JsonProperty(PropertyName = "zipFileBase64Encoded")]
public string ZipFileBase64Encoded { get; set; }
Property Value
Type | Description |
---|---|
string | The Base64 encoded template. This payload will trigger CreateTemplate API, where the parameter will be passed. |