Class PostRestoreKVResponse
PostRestoreKVResponse
Inheritance
System.Object
PostRestoreKVResponse
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public class PostRestoreKVResponse : IEquatable<PostRestoreKVResponse>
Constructors
PostRestoreKVResponse(String)
Initializes a new instance of the PostRestoreKVResponse class.
Declaration
public PostRestoreKVResponse(string token = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | token | token is the root token for the instance after restore (this is overwritten during the restore). |
Properties
Token
token is the root token for the instance after restore (this is overwritten during the restore)
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
System.String | token is the root token for the instance after restore (this is overwritten during the restore) |
Methods
Equals(PostRestoreKVResponse)
Returns true if PostRestoreKVResponse instances are equal
Declaration
public bool Equals(PostRestoreKVResponse input)
Parameters
Type | Name | Description |
---|---|---|
PostRestoreKVResponse | input | Instance of PostRestoreKVResponse 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 |