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 TemplateSummarySummaryNotificationRules class.
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.Nullable<TemplateKind> | kind | kind. |
System.String | templateMetaName | templateMetaName. |
System.String | name | name. |
System.String | description | description. |
System.String | endpointTemplateMetaName | endpointTemplateMetaName. |
System.String | endpointID | endpointID. |
System.String | endpointType | endpointType. |
System.String | every | every. |
System.String | offset | offset. |
System.String | messageTemplate | messageTemplate. |
System.String | status | status. |
List<TemplateSummarySummaryStatusRules> | statusRules | statusRules. |
List<TemplateSummarySummaryTagRules> | tagRules | tagRules. |
List<TemplateSummaryLabel> | labelAssociations | labelAssociations. |
List<System.Object> | envReferences | envReferences. |
Properties
Description
Gets or Sets Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndpointID
Gets or Sets EndpointID
Declaration
public string EndpointID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndpointTemplateMetaName
Gets or Sets EndpointTemplateMetaName
Declaration
public string EndpointTemplateMetaName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndpointType
Gets or Sets EndpointType
Declaration
public string EndpointType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnvReferences
Gets or Sets EnvReferences
Declaration
public List<object> EnvReferences { get; set; }
Property Value
Type | Description |
---|---|
List<System.Object> |
Every
Gets or Sets Every
Declaration
public string Every { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Kind
Gets or Sets Kind
Declaration
public TemplateKind? Kind { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TemplateKind> |
LabelAssociations
Gets or Sets LabelAssociations
Declaration
public List<TemplateSummaryLabel> LabelAssociations { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummaryLabel> |
MessageTemplate
Gets or Sets MessageTemplate
Declaration
public string MessageTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or Sets Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Offset
Gets or Sets Offset
Declaration
public string Offset { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Gets or Sets Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StatusRules
Gets or Sets StatusRules
Declaration
public List<TemplateSummarySummaryStatusRules> StatusRules { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummarySummaryStatusRules> |
TagRules
Gets or Sets TagRules
Declaration
public List<TemplateSummarySummaryTagRules> TagRules { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummarySummaryTagRules> |
TemplateMetaName
Gets or Sets TemplateMetaName
Declaration
public string TemplateMetaName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(TemplateSummarySummaryNotificationRules)
Returns true if TemplateSummarySummaryNotificationRules instances are equal
Declaration
public bool Equals(TemplateSummarySummaryNotificationRules input)
Parameters
Type | Name | Description |
---|---|---|
TemplateSummarySummaryNotificationRules | input | Instance of TemplateSummarySummaryNotificationRules to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
System.Object | input | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |