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: generated/google-apis-readerrevenuesubscriptionlinking_v1/lib/google/apis/readerrevenuesubscriptionlinking_v1/classes.rb
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,23 @@ class Reader
96
96
# @return [String]
97
97
attr_accessor:name
98
98
99
+
# Output only. The SwG publication id that the reader's subscription linking was
100
+
# originating from.
101
+
# Corresponds to the JSON property `originatingPublicationId`
102
+
# @return [String]
103
+
attr_accessor:originating_publication_id
104
+
105
+
# Output only. The publisher provided id of the reader.
106
+
# Corresponds to the JSON property `ppid`
107
+
# @return [String]
108
+
attr_accessor:ppid
109
+
110
+
# Output only. The SwG publication id that the reader has linked their
111
+
# subscription to.
112
+
# Corresponds to the JSON property `publicationId`
Copy file name to clipboardExpand all lines: generated/google-apis-readerrevenuesubscriptionlinking_v1/lib/google/apis/readerrevenuesubscriptionlinking_v1/gem_version.rb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ module Google
16
16
moduleApis
17
17
moduleReaderrevenuesubscriptionlinkingV1
18
18
# Version of the google-apis-readerrevenuesubscriptionlinking_v1 gem
19
-
GEM_VERSION="0.6.0"
19
+
GEM_VERSION="0.7.0"
20
20
21
21
# Version of the code generator used to generate this client
22
-
GENERATOR_VERSION="0.17.0"
22
+
GENERATOR_VERSION="0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
Copy file name to clipboardExpand all lines: generated/google-apis-readerrevenuesubscriptionlinking_v1/lib/google/apis/readerrevenuesubscriptionlinking_v1/representations.rb
0 commit comments