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; }
A set of parameters for /delete/role.
DeleteRoleRequest()
Constructs a DeleteRoleRequest object with default parameters.
DeleteRoleRequest(string name, IDictionary< string, string > options)
Constructs a DeleteRoleRequest object with the specified parameters.
string name
Name of the role to be deleted.
A set of results returned by /delete/role.
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > options
Optional parameters.