APIUserCreateOptions$json top-level constant

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

Implementation

@$core.Deprecated('Use aPIUserCreateOptionsDescriptor instead')
const APIUserCreateOptions$json = {
  '1': 'APIUserCreateOptions',
  '2': [
    {
      '1': 'DisplayName',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'DisplayName'
    },
    {
      '1': 'Description',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Description'
    },
  ],
};