Autogenerated update (2019-02-25)
Update: - alertcenter_v1beta1
This commit is contained in:
parent
6212214193
commit
d7f8dcb794
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://developers.google.com/admin-sdk/alertcenter/
|
# @see https://developers.google.com/admin-sdk/alertcenter/
|
||||||
module AlertcenterV1beta1
|
module AlertcenterV1beta1
|
||||||
VERSION = 'V1beta1'
|
VERSION = 'V1beta1'
|
||||||
REVISION = '20190209'
|
REVISION = '20190221'
|
||||||
|
|
||||||
# See and delete your domain's G Suite alerts, and send alert feedback
|
# See and delete your domain's G Suite alerts, and send alert feedback
|
||||||
AUTH_APPS_ALERTS = 'https://www.googleapis.com/auth/apps.alerts'
|
AUTH_APPS_ALERTS = 'https://www.googleapis.com/auth/apps.alerts'
|
||||||
|
|
|
@ -80,7 +80,7 @@ module Google
|
||||||
|
|
||||||
# Optional. The time the event that caused this alert ceased being active.
|
# Optional. The time the event that caused this alert ceased being active.
|
||||||
# If provided, the end time must not be earlier than the start time.
|
# If provided, the end time must not be earlier than the start time.
|
||||||
# If not provided, the end time defaults to the start time.
|
# If not provided, it indicates an ongoing alert.
|
||||||
# Corresponds to the JSON property `endTime`
|
# Corresponds to the JSON property `endTime`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :end_time
|
attr_accessor :end_time
|
||||||
|
|
Loading…
Reference in New Issue