ActionQuery$json top-level constant

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

Implementation

@$core.Deprecated('Use actionQueryDescriptor instead')
const ActionQuery$json = {
  '1': 'ActionQuery',
  '2': [
    {
      '1': 'action_id_query',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.zitadel.action.v1.ActionIDQuery',
      '9': 0,
      '10': 'actionIdQuery'
    },
    {
      '1': 'action_name_query',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.zitadel.action.v1.ActionNameQuery',
      '9': 0,
      '10': 'actionNameQuery'
    },
    {
      '1': 'action_state_query',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.zitadel.action.v1.ActionStateQuery',
      '9': 0,
      '10': 'actionStateQuery'
    },
  ],
  '8': [
    {'1': 'query', '2': {}},
  ],
};