lastAccessedGatewayId property
Output only The ID of the gateway the device accessed most recently.
Implementation
@$pb.TagNumber(3)
$core.String get lastAccessedGatewayId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set lastAccessedGatewayId($core.String v) {
$_setString(2, v);
}