Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IntegrationID = sdktypes.NewIntegrationIDFromName("googleforms")
Functions ¶
func ConstructEvent ¶ added in v0.8.6
func New ¶
func New(cvars sdkservices.Vars) sdkservices.Integration
func UpdateWatches ¶ added in v0.8.4
func UpdateWatches(ctx context.Context, v sdkservices.Vars, cid sdktypes.ConnectionID) error
UpdateWatches creates or renews schema-changes and new-responses event watches for a specific Google Forms form, if an ID was specified during initialization.
Types ¶
type WatchEventType ¶ added in v0.8.4
type WatchEventType string
const ( WatchSchemaChanges WatchEventType = "SCHEMA" WatchNewResponses WatchEventType = "RESPONSES" )
Click to show internal directories.
Click to hide internal directories.