Class TemplateSummaryDiffBuckets
TemplateSummaryDiffBuckets
Inheritance
System.Object
TemplateSummaryDiffBuckets
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class TemplateSummaryDiffBuckets : IEquatable<TemplateSummaryDiffBuckets>
Constructors
TemplateSummaryDiffBuckets(Nullable<TemplateKind>, String, String, String, TemplateSummaryDiffBucketsNewOld, TemplateSummaryDiffBucketsNewOld)
Initializes a new instance of the Template
Declaration
public TemplateSummaryDiffBuckets(TemplateKind? kind = null, string stateStatus = null, string id = null, string templateMetaName = null, TemplateSummaryDiffBucketsNewOld _new = null, TemplateSummaryDiffBucketsNewOld old = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
kind | kind. |
System. |
stateStatus | stateStatus. |
System. |
id | id. |
System. |
templateMetaName | templateMetaName. |
Template |
_new | _new. |
Template |
old | old. |
Properties
Id
Gets or Sets Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
Kind
Gets or Sets Kind
Declaration
public TemplateKind? Kind { get; set; }
Property Value
Type | Description |
---|---|
System. |
New
Gets or Sets New
Declaration
public TemplateSummaryDiffBucketsNewOld New { get; set; }
Property Value
Type | Description |
---|---|
Template |
Old
Gets or Sets Old
Declaration
public TemplateSummaryDiffBucketsNewOld Old { get; set; }
Property Value
Type | Description |
---|---|
Template |
StateStatus
Gets or Sets StateStatus
Declaration
public string StateStatus { get; set; }
Property Value
Type | Description |
---|---|
System. |
TemplateMetaName
Gets or Sets TemplateMetaName
Declaration
public string TemplateMetaName { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Equals(TemplateSummaryDiffBuckets)
Returns true if TemplateSummaryDiffBuckets instances are equal
Declaration
public bool Equals(TemplateSummaryDiffBuckets input)
Parameters
Type | Name | Description |
---|---|---|
Template |
input | Instance of TemplateSummaryDiffBuckets 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 |