Interface CreateNotificationOptions (5.12.0)

Package

@google-cloud/storage!

Properties

customAttributes

customAttributes?: {
        [key: string]: string;
    };
Property Value
TypeDescription
{ [key: string]: string; }

eventTypes

eventTypes?: string[];
Property Value
TypeDescription
string[]

objectNamePrefix

objectNamePrefix?: string;
Property Value
TypeDescription
string

payloadFormat

payloadFormat?: string;
Property Value
TypeDescription
string

userProject

userProject?: string;
Property Value
TypeDescription
string