7 using System.Collections.Generic;
22 public string name {
get; set; }
25 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
40 IDictionary<string, string>
options)
42 this.name = name ??
"";
43 this.options = options ??
new Dictionary<string, string>();
56 public string name {
get; set; }
DeleteUserRequest(string name, IDictionary< string, string > options)
Constructs a DeleteUserRequest object with the specified parameters.
IDictionary< string, string > options
Optional parameters.
A set of parameters for /delete/user.
string name
Name of the user to be deleted.
KineticaData - class to help with Avro Encoding for Kinetica
A set of results returned by /delete/user.
DeleteUserRequest()
Constructs a DeleteUserRequest object with default parameters.