AnnotationPanelFilterBuilder
Constructor
func NewAnnotationPanelFilterBuilder() *AnnotationPanelFilterBuilder
Methods
Build
Builds the object.
func (builder *AnnotationPanelFilterBuilder) Build() (AnnotationPanelFilter, error)
Exclude
Should the specified panels be included or excluded
func (builder *AnnotationPanelFilterBuilder) Exclude(exclude bool) *AnnotationPanelFilterBuilder
Ids
Panel IDs that should be included or excluded
func (builder *AnnotationPanelFilterBuilder) Ids(ids []uint8) *AnnotationPanelFilterBuilder
See also