id property

  1. @TagNumber(2)
String get id

id is the API Key ID if type is "api-key-id", the Viam app user ID if type is "app-user-id", and empty if type is "default".

Implementation

@$pb.TagNumber(2)
$core.String get id => $_getSZ(1);
  1. @TagNumber(2)
set id (String v)

Implementation

@$pb.TagNumber(2)
set id($core.String v) { $_setString(1, v); }