We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d2cf1 commit e9a34c2Copy full SHA for e9a34c2
registry_no_code_module.go
@@ -203,6 +203,8 @@ type RegistryNoCodeModuleReadOptions struct {
203
Include []RegistryNoCodeModuleIncludeOpt `url:"include,omitempty"`
204
}
205
206
+// RegistryNoCodeModuleReadVariablesOptions is used when reading the variables
207
+// for a no-code module.
208
type RegistryNoCodeModuleReadVariablesOptions struct {
209
// Type is a public field utilized by JSON:API to
210
// set the resource type via the field tag.
0 commit comments