Class ApiKey
Inheritance
object
ApiKey
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
[Serializable]
public class ApiKey
Properties
HasValue
Declaration
public bool HasValue { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
GetKey()
Declaration
public string GetKey()
Returns
Type | Description |
---|---|
string |
Operators
implicit operator string(ApiKey)
Declaration
public static implicit operator string(ApiKey apiKey)
Parameters
Type | Name | Description |
---|---|---|
ApiKey | apiKey |
Returns
Type | Description |
---|---|
string |