Class TemplateSummarySummaryLabelMappings
TemplateSummarySummaryLabelMappings
Inheritance
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class TemplateSummarySummaryLabelMappings : IEquatable<TemplateSummarySummaryLabelMappings>
Constructors
TemplateSummarySummaryLabelMappings(String, String, String, String, String, String, String, String)
Initializes a new instance of the Template
Declaration
public TemplateSummarySummaryLabelMappings(string status = null, string resourceTemplateMetaName = null, string resourceName = null, string resourceID = null, string resourceType = null, string labelTemplateMetaName = null, string labelName = null, string labelID = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
status | status. |
System. |
resourceTemplateMetaName | resourceTemplateMetaName. |
System. |
resourceName | resourceName. |
System. |
resourceID | resourceID. |
System. |
resourceType | resourceType. |
System. |
labelTemplateMetaName | labelTemplateMetaName. |
System. |
labelName | labelName. |
System. |
labelID | labelID. |
Properties
LabelID
Gets or Sets LabelID
Declaration
public string LabelID { get; set; }
Property Value
Type | Description |
---|---|
System. |
LabelName
Gets or Sets LabelName
Declaration
public string LabelName { get; set; }
Property Value
Type | Description |
---|---|
System. |
LabelTemplateMetaName
Gets or Sets LabelTemplateMetaName
Declaration
public string LabelTemplateMetaName { get; set; }
Property Value
Type | Description |
---|---|
System. |
ResourceID
Gets or Sets ResourceID
Declaration
public string ResourceID { get; set; }
Property Value
Type | Description |
---|---|
System. |
ResourceName
Gets or Sets ResourceName
Declaration
public string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
System. |
ResourceTemplateMetaName
Gets or Sets ResourceTemplateMetaName
Declaration
public string ResourceTemplateMetaName { get; set; }
Property Value
Type | Description |
---|---|
System. |
ResourceType
Gets or Sets ResourceType
Declaration
public string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
System. |
Status
Gets or Sets Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
Equals(TemplateSummarySummaryLabelMappings)
Returns true if TemplateSummarySummaryLabelMappings instances are equal
Declaration
public bool Equals(TemplateSummarySummaryLabelMappings input)
Parameters
Type | Name | Description |
---|---|---|
Template |
input | Instance of TemplateSummarySummaryLabelMappings 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 |