Class TemplateSummaryDiff
TemplateSummaryDiff
Inheritance
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class TemplateSummaryDiff : IEquatable<TemplateSummaryDiff>
Constructors
TemplateSummaryDiff(List<TemplateSummaryDiffBuckets>, List<TemplateSummaryDiffChecks>, List<TemplateSummaryDiffDashboards>, List<TemplateSummaryDiffLabels>, List<TemplateSummaryDiffLabelMappings>, List<TemplateSummaryDiffNotificationEndpoints>, List<TemplateSummaryDiffNotificationRules>, List<TemplateSummaryDiffTasks>, List<TemplateSummaryDiffTelegrafConfigs>, List<TemplateSummaryDiffVariables>)
Initializes a new instance of the TemplateSummaryDiff class.
Declaration
public TemplateSummaryDiff(List<TemplateSummaryDiffBuckets> buckets = null, List<TemplateSummaryDiffChecks> checks = null, List<TemplateSummaryDiffDashboards> dashboards = null, List<TemplateSummaryDiffLabels> labels = null, List<TemplateSummaryDiffLabelMappings> labelMappings = null, List<TemplateSummaryDiffNotificationEndpoints> notificationEndpoints = null, List<TemplateSummaryDiffNotificationRules> notificationRules = null, List<TemplateSummaryDiffTasks> tasks = null, List<TemplateSummaryDiffTelegrafConfigs> telegrafConfigs = null, List<TemplateSummaryDiffVariables> variables = null)
Parameters
Type | Name | Description |
---|---|---|
List<TemplateSummaryDiffBuckets> | buckets | buckets. |
List<TemplateSummaryDiffChecks> | checks | checks. |
List<TemplateSummaryDiffDashboards> | dashboards | dashboards. |
List<TemplateSummaryDiffLabels> | labels | labels. |
List<TemplateSummaryDiffLabelMappings> | labelMappings | labelMappings. |
List<TemplateSummaryDiffNotificationEndpoints> | notificationEndpoints | notificationEndpoints. |
List<TemplateSummaryDiffNotificationRules> | notificationRules | notificationRules. |
List<TemplateSummaryDiffTasks> | tasks | tasks. |
List<TemplateSummaryDiffTelegrafConfigs> | telegrafConfigs | telegrafConfigs. |
List<TemplateSummaryDiffVariables> | variables | variables. |
Properties
Buckets
Gets or Sets Buckets
Declaration
public List<TemplateSummaryDiffBuckets> Buckets { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummaryDiffBuckets> |
Checks
Gets or Sets Checks
Declaration
public List<TemplateSummaryDiffChecks> Checks { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummaryDiffChecks> |
Dashboards
Gets or Sets Dashboards
Declaration
public List<TemplateSummaryDiffDashboards> Dashboards { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummaryDiffDashboards> |
LabelMappings
Gets or Sets LabelMappings
Declaration
public List<TemplateSummaryDiffLabelMappings> LabelMappings { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummaryDiffLabelMappings> |
Labels
Gets or Sets Labels
Declaration
public List<TemplateSummaryDiffLabels> Labels { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummaryDiffLabels> |
NotificationEndpoints
Gets or Sets NotificationEndpoints
Declaration
public List<TemplateSummaryDiffNotificationEndpoints> NotificationEndpoints { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummaryDiffNotificationEndpoints> |
NotificationRules
Gets or Sets NotificationRules
Declaration
public List<TemplateSummaryDiffNotificationRules> NotificationRules { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummaryDiffNotificationRules> |
Tasks
Gets or Sets Tasks
Declaration
public List<TemplateSummaryDiffTasks> Tasks { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummaryDiffTasks> |
TelegrafConfigs
Gets or Sets TelegrafConfigs
Declaration
public List<TemplateSummaryDiffTelegrafConfigs> TelegrafConfigs { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummaryDiffTelegrafConfigs> |
Variables
Gets or Sets Variables
Declaration
public List<TemplateSummaryDiffVariables> Variables { get; set; }
Property Value
Type | Description |
---|---|
List<TemplateSummaryDiffVariables> |
Methods
Equals(TemplateSummaryDiff)
Returns true if TemplateSummaryDiff instances are equal
Declaration
public bool Equals(TemplateSummaryDiff input)
Parameters
Type | Name | Description |
---|---|---|
TemplateSummaryDiff | input | Instance of TemplateSummaryDiff 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 |