models

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2025 License: MPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateWebUserResponseBehaviorInput

type CreateWebUserResponseBehaviorInput struct {
	Name             string `json:"name"`
	Visibility       string `json:"visibility"`
	Mode             string `json:"mode"`
	MessageTitle     string `json:"messageTitle"`
	MessageBody      string `json:"messageBody"`
	HTTPResponseCode int    `json:"httpResponseCode"`
	RedirectURL      string `json:"redirectURL"`
	XEventID         bool   `json:"xEventId"`
}

type DisplayObject added in v1.1.3

type DisplayObject struct {
	ID           string `json:"id,omitempty"`
	Name         string `json:"name,omitempty"`
	Type         string `json:"type,omitempty"`
	SubType      string `json:"subType,omitempty"`
	ObjectStatus string `json:"objectStatus,omitempty"`
}

type DisplayObjects added in v1.1.3

type DisplayObjects []DisplayObject

type UpdateWebUserResponseBehaviorInput

type UpdateWebUserResponseBehaviorInput struct {
	Name             string `json:"name"`
	Mode             string `json:"mode"`
	MessageTitle     string `json:"messageTitle,omitempty"`
	MessageBody      string `json:"messageBody,omitempty"`
	Visibility       string `json:"visibility,omitempty"`
	HTTPResponseCode int    `json:"httpResponseCode,omitempty"`
	RedirectURL      string `json:"redirectURL,omitempty"`
	XEventID         bool   `json:"xEventId"`
}

type WebUserResponseBehavior

type WebUserResponseBehavior struct {
	ID               string `json:"id"`
	Name             string `json:"name"`
	Mode             string `json:"mode"`
	MessageTitle     string `json:"messageTitle"`
	MessageBody      string `json:"messageBody"`
	Visibility       string `json:"visibility"`
	HTTPResponseCode int    `json:"httpResponseCode"`
	RedirectURL      string `json:"redirectURL"`
	XEventID         bool   `json:"xEventId"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL