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 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"`
}
Click to show internal directories.
Click to hide internal directories.