We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bee9c commit 762483bCopy full SHA for 762483b
1 file changed
gcloud-java-dns/src/main/java/com/google/gcloud/dns/ProjectInfo.java
@@ -44,8 +44,9 @@ public class ProjectInfo implements Serializable {
44
* @see <a href="https://cloud.google.com/dns/api/v1/projects#quota">Google Cloud DNS
45
* documentation</a>
46
*/
47
- public static class Quota {
+ public static class Quota implements Serializable {
48
49
+ private static final long serialVersionUID = 6854685970605363639L;
50
private final int zones;
51
private final int resourceRecordsPerRrset;
52
private final int rrsetAdditionsPerChange;
0 commit comments