Show / Hide Table of Contents

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.

Inheritance
object
WebhookNotificationCloudLog
Implements
IMessage<WebhookNotificationCloudLog>
IEquatable<WebhookNotificationCloudLog>
IDeepCloneable<WebhookNotificationCloudLog>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX