pointer

package
v2.14.1 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeletePointer

type DeletePointer struct {
	Project string
	Type    string

	//Identifier will either be the Name of a classic Config API object, or a configID for newer types like Settings
	Identifier string

	// Scope is the Entity ID / information necessary to delete the entity. This is required for sub-path entities.
	Scope string

	// ActionType and Domain are used when deleting key-user-actions-web entities
	ActionType, Domain string

	//OriginObjectId is DT ID of the configuration. Mutually exclusive with Identifier.
	OriginObjectId string
}

DeletePointer contains all data needed to identify an object to be deleted from a Dynatrace environment. DeletePointer is similar but not fully equivalent to config.Coordinate as it may contain an Identifier that is either a Name or a ConfigID - only in case of a ConfigID is it actually equivalent to a Coordinate

func (DeletePointer) AsCoordinate

func (d DeletePointer) AsCoordinate() coordinate.Coordinate

func (DeletePointer) String

func (d DeletePointer) String() string

Jump to

Keyboard shortcuts

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