Class NotificationRuleUpdate
NotificationRuleUpdate
Inheritance
System.Object
NotificationRuleUpdate
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class NotificationRuleUpdate : IEquatable<NotificationRuleUpdate>
Constructors
NotificationRuleUpdate(String, String, Nullable<NotificationRuleUpdate.StatusEnum>)
Initializes a new instance of the Notification
Declaration
public NotificationRuleUpdate(string name = null, string description = null, NotificationRuleUpdate.StatusEnum? status = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | name. |
System. |
description | description. |
System. |
status | status. |
Properties
Description
Gets or Sets Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System. |
Name
Gets or Sets Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
Status
Gets or Sets Status
Declaration
public NotificationRuleUpdate.StatusEnum? Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Equals(NotificationRuleUpdate)
Returns true if NotificationRuleUpdate instances are equal
Declaration
public bool Equals(NotificationRuleUpdate input)
Parameters
Type | Name | Description |
---|---|---|
Notification |
input | Instance of NotificationRuleUpdate 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 |