notificationcommandcustomvar

package
v1.0.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2020 License: GPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ObjectInformation configobject.ObjectInformation
	Fields            = []string{
		"id",
		"command_id",
		"customvar_id",
		"environment_id",
	}
)

Functions

func NewNotificationCommandCustomvar

func NewNotificationCommandCustomvar() connection.Row

Types

type NotificationCommandCustomvar

type NotificationCommandCustomvar struct {
	Id                    string `json:"id"`
	NotificationCommandId string `json:"object_id"`
	CustomvarId           string `json:"customvar_id"`
	EnvId                 string `json:"environment_id"`
}

func (*NotificationCommandCustomvar) GetFinalRows

func (c *NotificationCommandCustomvar) GetFinalRows() ([]connection.Row, error)

func (*NotificationCommandCustomvar) GetId

func (*NotificationCommandCustomvar) InsertValues

func (c *NotificationCommandCustomvar) InsertValues() []interface{}

func (*NotificationCommandCustomvar) SetId

func (c *NotificationCommandCustomvar) SetId(id string)

func (*NotificationCommandCustomvar) UpdateValues

func (c *NotificationCommandCustomvar) UpdateValues() []interface{}

Jump to

Keyboard shortcuts

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