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