Class Partner
- Namespace
- OverKizApi.Models
- Assembly
- OverKizApi.dll
Information about a third-party partner integration registered on a gateway.
public sealed class Partner
- Inheritance
-
Partner
- Inherited Members
Properties
ActivationTime
ISO 8601 timestamp when the partner integration was activated.
public string? ActivationTime { get; init; }
Property Value
Id
Unique identifier of the partner integration.
public string? Id { get; init; }
Property Value
Name
Display name of the partner (e.g. "Amazon Alexa").
public string? Name { get; init; }
Property Value
Status
Current integration status (e.g. "enabled").
public string? Status { get; init; }