Class SecretKeysResponseLinks
SecretKeysResponseLinks
Inheritance
System.Object
SecretKeysResponseLinks
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class SecretKeysResponseLinks : IEquatable<SecretKeysResponseLinks>
Constructors
SecretKeysResponseLinks(String, String)
Initializes a new instance of the SecretKeysResponseLinks class.
Declaration
public SecretKeysResponseLinks(string self = null, string org = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | self | self. |
System.String | org | org. |
Properties
Org
Gets or Sets Org
Declaration
public string Org { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Self
Gets or Sets Self
Declaration
public string Self { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(SecretKeysResponseLinks)
Returns true if SecretKeysResponseLinks instances are equal
Declaration
public bool Equals(SecretKeysResponseLinks input)
Parameters
Type | Name | Description |
---|---|---|
SecretKeysResponseLinks | input | Instance of SecretKeysResponseLinks 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 |