C# Class PureCloudPlatform.Client.V2.Model.QueryResponseGroupedData

Inheritance: IEquatable
Afficher le fichier Open project: MyPureCloud/platform-client-sdk-dotnet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Equals ( other ) : bool

Returns true if QueryResponseGroupedData instances are equal

Equals ( object obj ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

QueryResponseGroupedData ( Dictionary Group = null, List Data = null ) : System

Initializes a new instance of the QueryResponseGroupedData class.

ToJson ( ) : string

Returns the JSON string presentation of the object

ToString ( ) : string

Returns the string presentation of the object

Method Details

Equals() public méthode

Returns true if QueryResponseGroupedData instances are equal
public Equals ( other ) : bool
other Instance of QueryResponseGroupedData to be compared
Résultat bool

Equals() public méthode

Returns true if objects are equal
public Equals ( object obj ) : bool
obj object Object to be compared
Résultat bool

GetHashCode() public méthode

Gets the hash code
public GetHashCode ( ) : int
Résultat int

QueryResponseGroupedData() public méthode

Initializes a new instance of the QueryResponseGroupedData class.
public QueryResponseGroupedData ( Dictionary Group = null, List Data = null ) : System
Group Dictionary The group values for this data.
Data List The metrics in this group.
Résultat System

ToJson() public méthode

Returns the JSON string presentation of the object
public ToJson ( ) : string
Résultat string

ToString() public méthode

Returns the string presentation of the object
public ToString ( ) : string
Résultat string