Documentation ¶
Index ¶
- type RuleLabels
- type Service
- func (service *Service) Create(ruleLabelID *RuleLabels) (*RuleLabels, *http.Response, error)
- func (service *Service) Delete(ruleLabelID int) (*http.Response, error)
- func (service *Service) Get(ruleLabelID int) (*RuleLabels, error)
- func (service *Service) GetRuleLabelByName(labelName string) (*RuleLabels, error)
- func (service *Service) Update(ruleLabelID int, ruleLabels *RuleLabels) (*RuleLabels, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuleLabels ¶
type RuleLabels struct { ID int `json:"id"` Name string `json:"name,omitempty"` Description string `json:"description,omitempty"` LastModifiedTime int `json:"lastModifiedTime,omitempty"` LastModifiedBy *common.IDNameExtensions `json:"lastModifiedBy,omitempty"` CreatedBy *common.IDNameExtensions `json:"createdBy,omitempty"` ReferencedRuleCount int `json:"referencedRuleCount,omitempty"` }
type Service ¶
func (*Service) Create ¶
func (service *Service) Create(ruleLabelID *RuleLabels) (*RuleLabels, *http.Response, error)
func (*Service) GetRuleLabelByName ¶
func (service *Service) GetRuleLabelByName(labelName string) (*RuleLabels, error)
func (*Service) Update ¶
func (service *Service) Update(ruleLabelID int, ruleLabels *RuleLabels) (*RuleLabels, *http.Response, error)
Click to show internal directories.
Click to hide internal directories.