InterconnectDiagnosticsLinkLACPStatus.fromJson constructor

InterconnectDiagnosticsLinkLACPStatus.fromJson(
  1. 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?,
    );