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