2 using System.Collections.Generic;
4 using System.Runtime.Serialization;
5 using System.Threading.Tasks;
15 [DataMember(Name =
"query_credits")]
16 public int QueryCredits {
get;
set; }
18 [DataMember(Name =
"scan_credits")]
19 public int ScanCredits {
get;
set; }
21 [DataMember(Name =
"telnet")]
22 public bool Telnet {
get;
set; }
24 [DataMember(Name =
"plan")]
25 public string Plan {
get;
set; }
27 [DataMember(Name =
"https")]
28 public bool Https {
get;
set; }
30 [DataMember(Name =
"unlocked")]
31 public bool Unlocked {
get;
set; }
Returns information about the API plan belonging to the given API key.