Class ApiUsageClient
An API usage client
[DataContract]
public class ApiUsageClient
- Inheritance
-
ApiUsageClient
- Inherited Members
Properties
Id
ID for the client which made the request, if applicable.
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Type
Type of client which made the request, if applicable.
[DataMember(Name = "type")]
public string Type { get; set; }