lastAccessedGatewayTime property

  1. @TagNumber(4)
Timestamp lastAccessedGatewayTime

Output only The most recent time at which the device accessed the gateway specified in last_accessed_gateway.

Implementation

@$pb.TagNumber(4)
$2.Timestamp get lastAccessedGatewayTime => $_getN(3);
  1. @TagNumber(4)
void lastAccessedGatewayTime=(Timestamp v)

Implementation

@$pb.TagNumber(4)
set lastAccessedGatewayTime($2.Timestamp v) { setField(4, v); }