File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
generated/google-apis-adsense_v2
lib/google/apis/adsense_v2 Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-adsense_v2
2
2
3
+ ### v0.38.0 (2025-06-29)
4
+
5
+ * Regenerated from discovery document revision 20250624
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
### v0.37.0 (2025-05-18)
4
9
5
10
* Regenerated from discovery document revision 20250506
Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ class Account
48
48
# @return [Array<String>]
49
49
attr_accessor :pending_tasks
50
50
51
- # Output only. Whether this account is premium.
51
+ # Output only. Whether this account is premium. Premium accounts have access to
52
+ # additional spam-related metrics.
52
53
# Corresponds to the JSON property `premium`
53
54
# @return [Boolean]
54
55
attr_accessor :premium
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module AdsenseV2
18
18
# Version of the google-apis-adsense_v2 gem
19
- GEM_VERSION = "0.37 .0"
19
+ GEM_VERSION = "0.38 .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
25
- REVISION = "20250506 "
25
+ REVISION = "20250624 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments