Machine$json top-level constant

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

Implementation

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