mirror of
https://github.com/google/nomulus.git
synced 2025-06-19 10:50:49 +02:00
Add LrpToken to schema-foss
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129758267
This commit is contained in:
parent
878f43f0ab
commit
159528fb6f
1 changed files with 7 additions and 0 deletions
|
@ -284,6 +284,13 @@ class google.registry.model.domain.GracePeriod {
|
|||
java.lang.String clientId;
|
||||
org.joda.time.DateTime expirationTime;
|
||||
}
|
||||
class google.registry.model.domain.LrpToken {
|
||||
@Id java.lang.String assignee;
|
||||
com.googlecode.objectify.Key<google.registry.model.reporting.HistoryEntry> redemptionHistoryEntry;
|
||||
google.registry.model.UpdateAutoTimestamp updateTimestamp;
|
||||
java.lang.String token;
|
||||
java.util.Set<java.lang.String> validTlds;
|
||||
}
|
||||
class google.registry.model.domain.Period {
|
||||
google.registry.model.domain.Period$Unit unit;
|
||||
java.lang.Integer value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue