Class TemplateDetails
details for scheduled task using template
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class TemplateDetails
Properties
TemplateId
Declaration
[Required(ErrorMessage = "TemplateId is required.")]
[JsonProperty(PropertyName = "templateId")]
public string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
string | The Config template Id of a particular template. |
Remarks
Required
TemplateParams
Declaration
[JsonProperty(PropertyName = "templateParams")]
public List<TemplateParams> TemplateParams { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateParams> | To store macro params. |