ChangeRoleRequest$json top-level constant

  1. @Deprecated('Use changeRoleRequestDescriptor instead')
Map<String, Object> const ChangeRoleRequest$json

Implementation

@$core.Deprecated('Use changeRoleRequestDescriptor instead')
const ChangeRoleRequest$json = {
  '1': 'ChangeRoleRequest',
  '2': [
    {'1': 'old_authorization', '3': 1, '4': 1, '5': 11, '6': '.viam.app.v1.Authorization', '10': 'oldAuthorization'},
    {'1': 'new_authorization', '3': 2, '4': 1, '5': 11, '6': '.viam.app.v1.Authorization', '10': 'newAuthorization'},
  ],
};