Class CreateSnoozeRequest (2.14.0)

CreateSnoozeRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The message definition for creating a Snooze. Users must provide the body of the Snooze to be created but must omit the Snooze field, name.

Attributes

NameDescription
parent str
Required. The project __ in which a Snooze should be created. The format is: :: projects/[PROJECT_ID_OR_NUMBER]
snooze google.cloud.monitoring_v3.types.Snooze
Required. The Snooze to create. Omit the name field, as it will be filled in by the API.