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
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX