models

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2022 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 UpdateWebUserResponseBehaviorInput

type UpdateWebUserResponseBehaviorInput struct {
	Name             string `json:"name"`
	Mode             string `json:"mode"`
	MessageTitle     string `json:"messageTitle,omitempty"`
	MessageBody      string `json:"messageBody,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"`
	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