7 using System.Collections.Generic;
24 public string name {
get; set; }
27 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
44 IDictionary<string, string>
options)
46 this.name = name ??
"";
47 this.options = options ??
new Dictionary<string, string>();
60 public string name {
get; set; }
CreateRoleRequest()
Constructs a CreateRoleRequest object with default parameters.
CreateRoleRequest(string name, IDictionary< string, string > options)
Constructs a CreateRoleRequest object with the specified parameters.
A set of results returned by /create/role.
IDictionary< string, string > options
Optional parameters.
KineticaData - class to help with Avro Encoding for Kinetica
A set of parameters for /create/role.
string name
Name of the role to be created.