7 using System.Collections.Generic;
 
   22         public string role { 
get; set; }
 
   30         public IDictionary<string, string> 
options { 
get; set; } = 
new Dictionary<string, string>();
 
   49                                   IDictionary<string, string> 
options)
 
   51             this.role = role ?? 
"";
 
   52             this.member = member ?? 
"";
 
   53             this.options = options ?? 
new Dictionary<string, string>();
 
   66         public string role { 
get; set; }
 
IDictionary< string, string > options
Optional parameters. 
string member
Name of the user or role that will be revoked membership in . 
A set of results returned by /revoke/role.
string role
Name of the role in which membership will be revoked. 
A set of parameters for /revoke/role. 
RevokeRoleRequest()
Constructs a RevokeRoleRequest object with default parameters. 
KineticaData - class to help with Avro Encoding for Kinetica 
RevokeRoleRequest(string role, string member, IDictionary< string, string > options)
Constructs a RevokeRoleRequest object with the specified parameters.