ChangeRecommendRes.php 721 B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # NO CHECKED-IN PROTOBUF GENCODE
  4. # source: api/CityPackage.proto
  5. namespace Proto\Api;
  6. use Google\Protobuf\Internal\GPBType;
  7. use Google\Protobuf\Internal\RepeatedField;
  8. use Google\Protobuf\Internal\GPBUtil;
  9. /**
  10. * Generated from protobuf message <code>proto.api.ChangeRecommendRes</code>
  11. */
  12. class ChangeRecommendRes extends \Google\Protobuf\Internal\Message
  13. {
  14. /**
  15. * Constructor.
  16. *
  17. * @param array $data {
  18. * Optional. Data for populating the Message object.
  19. *
  20. * }
  21. */
  22. public function __construct($data = NULL) {
  23. \GPBMetadata\Api\CityPackage::initOnce();
  24. parent::__construct($data);
  25. }
  26. }