You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-readerrevenuesubscriptionlinking/v1/2.0.0/com/google/api/services/readerrevenuesubscriptionlinking/v1/model/Reader.java
+75Lines changed: 75 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,28 @@ public final class Reader extends com.google.api.client.json.GenericJson {
45
45
@com.google.api.client.util.Key
46
46
privatejava.lang.Stringname;
47
47
48
+
/**
49
+
* Output only. The SwG publication id that the reader's subscription linking was originating
50
+
* from.
51
+
* The value may be {@code null}.
52
+
*/
53
+
@com.google.api.client.util.Key
54
+
privatejava.lang.StringoriginatingPublicationId;
55
+
56
+
/**
57
+
* Output only. The publisher provided id of the reader.
58
+
* The value may be {@code null}.
59
+
*/
60
+
@com.google.api.client.util.Key
61
+
privatejava.lang.Stringppid;
62
+
63
+
/**
64
+
* Output only. The SwG publication id that the reader has linked their subscription to.
65
+
* The value may be {@code null}.
66
+
*/
67
+
@com.google.api.client.util.Key
68
+
privatejava.lang.StringpublicationId;
69
+
48
70
/**
49
71
* Output only. Time the publication reader was created and associated with a Google user.
50
72
* @return value or {@code null} for none
@@ -81,6 +103,59 @@ public Reader setName(java.lang.String name) {
81
103
returnthis;
82
104
}
83
105
106
+
/**
107
+
* Output only. The SwG publication id that the reader's subscription linking was originating
0 commit comments