Show / Hide Table of Contents

Class CatalogTemplateResultConfig

Catalog par result config.

Inheritance
object
CatalogResultPayload
CatalogTemplateResultConfig
Inherited Members
CatalogResultPayload.WorkingDirectory
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class CatalogTemplateResultConfig : CatalogResultPayload

Properties

TemplateId

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

template id

In this article
Back to top