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
Click to show internal directories.
Click to hide internal directories.