GoogleChromeManagementV1TelemetryNotificationConfig class
Configuration to receive notifications of telemetry data.
Constructors
- GoogleChromeManagementV1TelemetryNotificationConfig({String? customer, GoogleChromeManagementV1TelemetryNotificationFilter? filter, String? googleCloudPubsubTopic, String? name})
- GoogleChromeManagementV1TelemetryNotificationConfig.fromJson(Map json_)
Properties
- customer ↔ String?
-
Google Workspace customer that owns the resource.
getter/setter pair
- filter ↔ GoogleChromeManagementV1TelemetryNotificationFilter?
-
Only send notifications for telemetry data matching this filter.
getter/setter pair
- googleCloudPubsubTopic ↔ String?
-
The pubsub topic to which notifications are published to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Resource name of the notification configuration.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited