Interface NotificationMetadata (7.3.2)

Inheritance

BaseMetadata > NotificationMetadata

Package

@google-cloud/storage

Properties

custom_attributes

custom_attributes?: {
        [key: string]: string;
    };

event_types

event_types?: string[];

object_name_prefix

object_name_prefix?: string;

payload_format

payload_format?: 'JSON_API_V1' | 'NONE';

topic

topic?: string;