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