lastAccessedGatewayTime property
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);
Implementation
@$pb.TagNumber(4)
set lastAccessedGatewayTime($2.Timestamp v) {
setField(4, v);
}