mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-05 11:06:05 +01:00
update all APIs
Like documented in the README ``` rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8 ```
This commit is contained in:
@@ -265,7 +265,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20230123",
|
||||
"revision": "20240303",
|
||||
"rootUrl": "https://gmailpostmastertools.googleapis.com/",
|
||||
"schemas": {
|
||||
"DeliveryError": {
|
||||
@@ -518,7 +518,17 @@
|
||||
"type": "number"
|
||||
},
|
||||
"userReportedSpamRatio": {
|
||||
"description": "The ratio of user-report spam vs. email that was sent to the inbox. This metric only pertains to emails authenticated by [DKIM](http://www.dkim.org/).",
|
||||
"description": "The ratio of user-report spam vs. email that was sent to the inbox. This is potentially inexact -- users may want to refer to the description of the interval fields userReportedSpamRatioLowerBound and userReportedSpamRatioUpperBound for more explicit accuracy guarantees. This metric only pertains to emails authenticated by [DKIM](http://www.dkim.org/).",
|
||||
"format": "double",
|
||||
"type": "number"
|
||||
},
|
||||
"userReportedSpamRatioLowerBound": {
|
||||
"description": "The lower bound of the confidence interval for the user reported spam ratio. If this field is set, then the value of userReportedSpamRatio is set to the midpoint of this interval and is thus inexact. However, the true ratio is guaranteed to be in between this lower bound and the corresponding upper bound 95% of the time. This metric only pertains to emails authenticated by [DKIM](http://www.dkim.org/).",
|
||||
"format": "double",
|
||||
"type": "number"
|
||||
},
|
||||
"userReportedSpamRatioUpperBound": {
|
||||
"description": "The upper bound of the confidence interval for the user reported spam ratio. If this field is set, then the value of userReportedSpamRatio is set to the midpoint of this interval and is thus inexact. However, the true ratio is guaranteed to be in between this upper bound and the corresponding lower bound 95% of the time. This metric only pertains to emails authenticated by [DKIM](http://www.dkim.org/).",
|
||||
"format": "double",
|
||||
"type": "number"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user