All Downloads are FREE. Search and download functionalities are using the official Maven repository.

thriftee-test-objects.0.4.0.source-code.org_thriftee_examples_usergroup_domain.thrift Maven / Gradle / Ivy

namespace cpp  org.thriftee.examples.usergroup.domain
namespace d    org.thriftee.examples.usergroup.domain
namespace java org.thriftee.examples.usergroup.domain
namespace php  org.thriftee.examples.usergroup.domain
namespace perl org.thriftee.examples.usergroup.domain




struct User {
  1:  string uid;
  2:  string firstName;
  3:  string lastName;
  4:  string displayName;
  5:  string email;
}

struct Group {
  1:  string name;
  2:  list members;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy