7 using System.Collections.Generic;
17 public class DropCredentialRequest : KineticaData
26 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
40 IDictionary<string, string>
options =
null)
50 public class DropCredentialResponse : KineticaData
58 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
DropCredentialRequest()
Constructs a DropCredentialRequest object with default parameters.
string credential_name
Value of credential_name.
IDictionary< string, string > options
Optional parameters.
string credential_name
Name of the credential to be dropped.
IDictionary< string, string > info
Additional information.
DropCredentialRequest(string credential_name, IDictionary< string, string > options=null)
Constructs a DropCredentialRequest object with the specified parameters.