UpdateMachineRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use updateMachineRequestDescriptor instead')
const UpdateMachineRequest$json = const {
  '1': 'UpdateMachineRequest',
  '2': const [
    const {'1': 'user_id', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'userId'},
    const {'1': 'description', '3': 2, '4': 1, '5': 9, '8': const {}, '10': 'description'},
    const {'1': 'name', '3': 3, '4': 1, '5': 9, '8': const {}, '10': 'name'},
    const {'1': 'access_token_type', '3': 4, '4': 1, '5': 14, '6': '.zitadel.user.v1.AccessTokenType', '8': const {}, '10': 'accessTokenType'},
  ],
};