Class TemplateSummarySummaryNotificationRules
TemplateSummarySummaryNotificationRules
Inheritance
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class TemplateSummarySummaryNotificationRules : IEquatable<TemplateSummarySummaryNotificationRules>
Constructors
TemplateSummarySummaryNotificationRules(Nullable<TemplateKind>, String, String, String, String, String, String, String, String, String, String, List<TemplateSummarySummaryStatusRules>, List<TemplateSummarySummaryTagRules>, List<TemplateSummaryLabel>, List<Object>)
Initializes a new instance of the Template
Declaration
public TemplateSummarySummaryNotificationRules(TemplateKind? kind = null, string templateMetaName = null, string name = null, string description = null, string endpointTemplateMetaName = null, string endpointID = null, string endpointType = null, string every = null, string offset = null, string messageTemplate = null, string status = null, List<TemplateSummarySummaryStatusRules> statusRules = null, List<TemplateSummarySummaryTagRules> tagRules = null, List<TemplateSummaryLabel> labelAssociations = null, List<object> envReferences = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
kind | kind. |
System. |
templateMetaName | templateMetaName. |
System. |
name | name. |
System. |
description | description. |
System. |
endpointTemplateMetaName | endpointTemplateMetaName. |
System. |
endpointID | endpointID. |
System. |
endpointType | endpointType. |
System. |
every | every. |
System. |
offset | offset. |
System. |
messageTemplate | messageTemplate. |
System. |
status | status. |
List<Template |
statusRules | statusRules. |
List<Template |
tagRules | tagRules. |
List<Template |
labelAssociations | labelAssociations. |
List<System. |
envReferences | envReferences. |
Properties
Description
Gets or Sets Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System. |
EndpointID
Gets or Sets EndpointID
Declaration
public string EndpointID { get; set; }
Property Value
Type | Description |
---|---|
System. |
EndpointTemplateMetaName
Gets or Sets EndpointTemplateMetaName
Declaration
public string EndpointTemplateMetaName { get; set; }
Property Value
Type | Description |
---|---|
System. |
EndpointType
Gets or Sets EndpointType
Declaration
public string EndpointType { get; set; }
Property Value
Type | Description |
---|---|
System. |
EnvReferences
Gets or Sets EnvReferences
Declaration
public List<object> EnvReferences { get; set; }
Property Value
Type | Description |
---|---|
List<System. |
Every
Gets or Sets Every
Declaration
public string Every { get; set; }
Property Value
Type | Description |
---|---|
System. |
Kind
Gets or Sets Kind
Declaration
public TemplateKind? Kind { get; set; }
Property Value
Type | Description |
---|---|
System. |
LabelAssociations
Gets or Sets LabelAssociations
Declaration
public List<TemplateSummaryLabel> LabelAssociations { get; set; }
Property Value
Type | Description |
---|---|
List<Template |
MessageTemplate
Gets or Sets MessageTemplate
Declaration
public string MessageTemplate { get; set; }
Property Value
Type | Description |
---|---|
System. |
Name
Gets or Sets Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
Offset
Gets or Sets Offset
Declaration
public string Offset { get; set; }
Property Value
Type | Description |
---|---|
System. |
Status
Gets or Sets Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
StatusRules
Gets or Sets StatusRules
Declaration
public List<TemplateSummarySummaryStatusRules> StatusRules { get; set; }
Property Value
Type | Description |
---|---|
List<Template |
TagRules
Gets or Sets TagRules
Declaration
public List<TemplateSummarySummaryTagRules> TagRules { get; set; }
Property Value
Type | Description |
---|---|
List<Template |
TemplateMetaName
Gets or Sets TemplateMetaName
Declaration
public string TemplateMetaName { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Equals(TemplateSummarySummaryNotificationRules)
Returns true if TemplateSummarySummaryNotificationRules instances are equal
Declaration
public bool Equals(TemplateSummarySummaryNotificationRules input)
Parameters
Type | Name | Description |
---|---|---|
Template |
input | Instance of TemplateSummarySummaryNotificationRules to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System. |
input | Object to be compared |
Returns
Type | Description |
---|---|
System. |
Boolean |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Hash code |
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |