Table of Contents

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

string

GatewayId

Rexel gateway identifier required in the gatewayId header.

public required string GatewayId { get; init; }

Property Value

string

HomeId

Rexel home identifier that owns the gateway.

public required string HomeId { get; init; }

Property Value

string

Label

Optional human-readable home label.

public string? Label { get; init; }

Property Value

string