eventcommandargument

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",
		"argument_key",
		"environment_id",
		"properties_checksum",
		"argument_value",
		"argument_order",
		"description",
		"argument_key_override",
		"repeat_key",
		"required",
		"set_if",
		"skip_key",
	}
)

Functions

func NewEventCommandArgument

func NewEventCommandArgument() connection.Row

Types

type EventCommandArgument

type EventCommandArgument struct {
	Id                  string  `json:"id"`
	CommandId           string  `json:"command_id"`
	ArgumentKey         string  `json:"argument_key"`
	EnvId               string  `json:"environment_id"`
	PropertiesChecksum  string  `json:"checksum"`
	ArgumentValue       string  `json:"value"`
	ArgumentOrder       float32 `json:"order"`
	Description         string  `json:"description"`
	ArgumentKeyOverride string  `json:"key"`
	RepeatKey           bool    `json:"repeat_key"`
	Required            bool    `json:"required"`
	SetIf               string  `json:"set_if"`
	SkipKey             bool    `json:"skip_key"`
}

func (*EventCommandArgument) GetFinalRows

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

func (*EventCommandArgument) GetId

func (c *EventCommandArgument) GetId() string

func (*EventCommandArgument) InsertValues

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

func (*EventCommandArgument) SetId

func (c *EventCommandArgument) SetId(id string)

func (*EventCommandArgument) UpdateValues

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

Jump to

Keyboard shortcuts

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