CreateRoleRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createRoleRequestDescriptor instead')
const CreateRoleRequest$json = {
  '1': 'CreateRoleRequest',
  '2': [
    {'1': 'parent', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'parent'},
    {'1': 'role_id', '3': 2, '4': 1, '5': 9, '10': 'roleId'},
    {
      '1': 'role',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.iam.admin.v1.Role',
      '10': 'role'
    },
  ],
};