assignmentRules

package
v0.35.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const NAME = "AssignmentRules"

Variables

This section is empty.

Functions

This section is empty.

Types

type AssignmentRules

type AssignmentRules struct {
	metadata.MetadataInfo
	XMLName        xml.Name `xml:"AssignmentRules"`
	Xmlns          string   `xml:"xmlns,attr"`
	AssignmentRule []struct {
		FullName struct {
			Text string `xml:",chardata"`
		} `xml:"fullName"`
		Active struct {
			Text string `xml:",chardata"`
		} `xml:"active"`
		RuleEntry []struct {
			AssignedTo struct {
				Text string `xml:",chardata"`
			} `xml:"assignedTo"`
			AssignedToType struct {
				Text string `xml:",chardata"`
			} `xml:"assignedToType"`
			CriteriaItems struct {
				Field struct {
					Text string `xml:",chardata"`
				} `xml:"field"`
				Operation struct {
					Text string `xml:",chardata"`
				} `xml:"operation"`
				Value struct {
					Text string `xml:",chardata"`
				} `xml:"value"`
			} `xml:"criteriaItems"`
			Template *struct {
				Text string `xml:",chardata"`
			} `xml:"template"`
		} `xml:"ruleEntry"`
	} `xml:"assignmentRule"`
}

func Open

func Open(path string) (*AssignmentRules, error)

func (*AssignmentRules) SetMetadata

func (c *AssignmentRules) SetMetadata(m metadata.MetadataInfo)

func (*AssignmentRules) Type

Jump to

Keyboard shortcuts

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