Class WebhookNotificationCloudLog
Log message for a webhook notification sent by the Google Health API to a subscriber's endpoint. Includes the HTTP response received from the endpoint.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class WebhookNotificationCloudLog : IMessage<WebhookNotificationCloudLog>, IEquatable<WebhookNotificationCloudLog>, IDeepCloneable<WebhookNotificationCloudLog>, IBufferMessage, IMessage
Constructors
WebhookNotificationCloudLog()
Declaration
public WebhookNotificationCloudLog()
WebhookNotificationCloudLog(WebhookNotificationCloudLog)
Declaration
public WebhookNotificationCloudLog(WebhookNotificationCloudLog other)
Parameters
| Type | Name | Description |
|---|---|---|
| WebhookNotificationCloudLog | other |
Properties
HttpResponse
Required. Represents the HTTP response. This message includes the status code, reason phrase, headers, and body.
Declaration
public HttpResponse HttpResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| HttpResponse |