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