Show / Hide Table of Contents

Class GoogleChromeManagementV1TelemetryNotificationConfig

Configuration to receive notifications of telemetry data.

Inheritance
object
GoogleChromeManagementV1TelemetryNotificationConfig
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.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1TelemetryNotificationConfig : IDirectResponseSchema

Properties

Customer

Output only. Google Workspace customer that owns the resource.

Declaration
[JsonProperty("customer")]
public virtual string Customer { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Filter

Only send notifications for telemetry data matching this filter.

Declaration
[JsonProperty("filter")]
public virtual GoogleChromeManagementV1TelemetryNotificationFilter Filter { get; set; }
Property Value
Type Description
GoogleChromeManagementV1TelemetryNotificationFilter

GoogleCloudPubsubTopic

The pubsub topic to which notifications are published to.

Declaration
[JsonProperty("googleCloudPubsubTopic")]
public virtual string GoogleCloudPubsubTopic { get; set; }
Property Value
Type Description
string

Name

Output only. Resource name of the notification configuration.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX