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 TemplateSummarySummaryLabelMappings class.
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.String | status | status. |
System.String | resourceTemplateMetaName | resourceTemplateMetaName. |
System.String | resourceName | resourceName. |
System.String | resourceID | resourceID. |
System.String | resourceType | resourceType. |
System.String | labelTemplateMetaName | labelTemplateMetaName. |
System.String | labelName | labelName. |
System.String | labelID | labelID. |
Properties
LabelID
Gets or Sets LabelID
Declaration
public string LabelID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LabelName
Gets or Sets LabelName
Declaration
public string LabelName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LabelTemplateMetaName
Gets or Sets LabelTemplateMetaName
Declaration
public string LabelTemplateMetaName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResourceID
Gets or Sets ResourceID
Declaration
public string ResourceID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResourceName
Gets or Sets ResourceName
Declaration
public string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResourceTemplateMetaName
Gets or Sets ResourceTemplateMetaName
Declaration
public string ResourceTemplateMetaName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResourceType
Gets or Sets ResourceType
Declaration
public string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Gets or Sets Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(TemplateSummarySummaryLabelMappings)
Returns true if TemplateSummarySummaryLabelMappings instances are equal
Declaration
public bool Equals(TemplateSummarySummaryLabelMappings input)
Parameters
Type | Name | Description |
---|---|---|
TemplateSummarySummaryLabelMappings | input | Instance of TemplateSummarySummaryLabelMappings 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 |