id property
- @TagNumber(2)
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);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set id($core.String v) { $_setString(1, v); }