Notification Config Response
data class NotificationConfigResponse(val eventTypes: List<String>, val payloadFormat: String, val pubsubTopic: String)
Specification to configure notifications published to Pub/Sub. Notifications are published to the customer-provided topic using the following PubsubMessage.attributes: * "eventType": one of the EventType values * "payloadFormat": one of the PayloadFormat values * "projectId": the project_id of the TransferOperation * "transferJobName": the transfer_job_name of the TransferOperation * "transferOperationName": the name of the TransferOperation The PubsubMessage.data contains a TransferOperation resource formatted according to the specified PayloadFormat.
Constructors
Link copied to clipboard
fun NotificationConfigResponse(eventTypes: List<String>, payloadFormat: String, pubsubTopic: String)