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