lastAccessedGatewayTime property

  1. @TagNumber.new(4)
Timestamp get 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.new(4)
set lastAccessedGatewayTime (Timestamp v)

Implementation

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