Skip to content

Commit

Permalink
merging main branch modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinhard-Pilz-Dynatrace committed Aug 7, 2024
1 parent 07e34b6 commit 97b7e87
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions dynatrace/settings/services/settings20/settings_object.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ type SettingsObjectList struct {
}

type SettingsObjectListItem struct {
ObjectID string `json:"objectId"`
Scope string `json:"scope"`
SchemaVersion string `json:"schemaVersion"`
SchemaID string `json:"schemaId"`
Value json.RawMessage `json:"value"`
ObjectID string `json:"objectId"`
Summary string `json:"summary"`
Scope string `json:"scope"`
SchemaVersion string `json:"schemaVersion"`
SchemaID string `json:"schemaId"`
ModificationInfo struct {
Deleteable bool `json:"deletable"`
} `json:"modificationInfo"`
Value json.RawMessage `json:"value"`
}

0 comments on commit 97b7e87

Please sign in to comment.