InterconnectDiagnosticsLinkLACPStatus.fromJson constructor
InterconnectDiagnosticsLinkLACPStatus.fromJson(
- Map json_
Implementation
InterconnectDiagnosticsLinkLACPStatus.fromJson(core.Map json_)
: this(
googleSystemId: json_['googleSystemId'] as core.String?,
neighborSystemId: json_['neighborSystemId'] as core.String?,
state: json_['state'] as core.String?,
);