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 Patch
Declaration
public PatchDashboardRequest(string name = null, string description = null, CellWithViewProperties cells = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | optional, when provided will replace the name. |
System. |
description | optional, when provided will replace the description. |
Cell |
cells | cells. |
Properties
Cells
Gets or Sets Cells
Declaration
public CellWithViewProperties Cells { get; set; }
Property Value
Type | Description |
---|---|
Cell |
Description
optional, when provided will replace the description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System. |
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. |
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 |
---|---|---|
Patch |
input | Instance of PatchDashboardRequest 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 |