MessageTransform
import type { MessageTransform } from "https://googleapis.deno.dev/v1/analyticshub:v1.ts";
All supported message transforms types.
§Properties
§
disabled?: boolean
[src]Optional. If true, the transform is disabled and will not be applied to
messages. Defaults to false
.
§
enabled?: boolean
[src]Optional. This field is deprecated, use the disabled
field to disable
transforms.
§
javascriptUdf?: JavaScriptUDF
[src]Optional. JavaScript User Defined Function. If multiple JavaScriptUDF's
are specified on a resource, each must have a unique function_name
.