rule_labels

package
v2.61.9 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2024 License: MIT Imports: 6 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete added in v2.61.0

func Delete(service *services.Service, ruleLabelID int) (*http.Response, error)

Types

type RuleLabels

type RuleLabels struct {
	// The unique identifier for the rule label.
	ID int `json:"id"`

	// The rule label name.
	Name string `json:"name,omitempty"`

	// The rule label description.
	Description string `json:"description,omitempty"`

	// Timestamp when the rule lable was last modified. This is a read-only field. Ignored by PUT and DELETE requests.
	LastModifiedTime int `json:"lastModifiedTime,omitempty"`

	// The admin that modified the rule label last. This is a read-only field. Ignored by PUT requests.
	LastModifiedBy *common.IDNameExtensions `json:"lastModifiedBy,omitempty"`

	// The admin that created the rule label. This is a read-only field. Ignored by PUT requests.
	CreatedBy *common.IDNameExtensions `json:"createdBy,omitempty"`

	// The number of rules that reference the label.
	ReferencedRuleCount int `json:"referencedRuleCount,omitempty"`
}

func Create added in v2.61.0

func Create(service *services.Service, ruleLabelID *RuleLabels) (*RuleLabels, *http.Response, error)

func Get added in v2.61.0

func Get(service *services.Service, ruleLabelID int) (*RuleLabels, error)

func GetAll added in v2.61.0

func GetAll(service *services.Service) ([]RuleLabels, error)

func GetRuleLabelByName added in v2.61.0

func GetRuleLabelByName(service *services.Service, labelName string) (*RuleLabels, error)

func Update added in v2.61.0

func Update(service *services.Service, ruleLabelID int, ruleLabels *RuleLabels) (*RuleLabels, *http.Response, error)

Jump to

Keyboard shortcuts

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