mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
Add LrpToken to schema-foss
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129758267
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user