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
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class WebhookNotificationCloudLog : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HttpResponse
Required. Represents the HTTP response. This message includes the status code, reason phrase, headers, and body.
Declaration
[JsonProperty("httpResponse")]
public virtual HttpResponse HttpResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| HttpResponse |