Class SupportedClient
public class SupportedClient
- Inheritance
-
objectSupportedClient
Properties
ClientName
Required. Short ID-like string describing this client in the API.
public string ClientName { get; set; }
Property Value
- string
Description
Required. Human readable description for this type of client.
public string Description { get; set; }
Property Value
- string