Class GatewayCandidate
- Namespace
- OverKizApi.Models
- Assembly
- OverKizApi.dll
Represents a Rexel gateway candidate discovered from the end-user directory API.
public sealed class GatewayCandidate
- Inheritance
-
GatewayCandidate
- Inherited Members
Properties
ExternalId
Optional external identifier associated with the gateway.
public string? ExternalId { get; init; }
Property Value
GatewayId
Rexel gateway identifier required in the gatewayId header.
public required string GatewayId { get; init; }
Property Value
HomeId
Rexel home identifier that owns the gateway.
public required string HomeId { get; init; }
Property Value
Label
Optional human-readable home label.
public string? Label { get; init; }