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