FormsFieldsServiceUpdateRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use formsFieldsServiceUpdateRequestDescriptor instead')
const FormsFieldsServiceUpdateRequest$json = {
  '1': 'FormsFieldsServiceUpdateRequest',
  '2': [
    {'1': 'user_comment', '3': 1, '4': 1, '5': 9, '10': 'userComment'},
    {'1': 'id', '3': 2, '4': 1, '5': 4, '8': {}, '10': 'id'},
    {'1': 'name', '3': 10, '4': 1, '5': 9, '8': {}, '10': 'name'},
    {'1': 'code', '3': 21, '4': 1, '5': 9, '8': {}, '10': 'code'},
    {'1': 'section_id', '3': 12, '4': 1, '5': 4, '8': {}, '10': 'sectionId'},
    {'1': 'width', '3': 13, '4': 1, '5': 9, '10': 'width'},
    {'1': 'placeholder', '3': 15, '4': 1, '5': 9, '10': 'placeholder'},
    {'1': 'regex', '3': 16, '4': 1, '5': 9, '10': 'regex'},
    {'1': 'defined_values', '3': 17, '4': 3, '5': 9, '10': 'definedValues'},
    {'1': 'is_readonly', '3': 30, '4': 1, '5': 8, '10': 'isReadonly'},
    {'1': 'is_hidden', '3': 31, '4': 1, '5': 8, '10': 'isHidden'},
    {'1': 'is_searchable', '3': 32, '4': 1, '5': 8, '10': 'isSearchable'},
  ],
};