We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc428e8 commit 343f164Copy full SHA for 343f164
opsmngr/logs.go
@@ -73,6 +73,8 @@ type LogCollectionJob struct {
73
RootResourceType string `json:"rootResourceType,omitempty"`
74
DownloadURL string `json:"downloadUrl,omitempty"`
75
Redacted *bool `json:"redacted,omitempty"`
76
+ LogCollectionFromDate int64 `json:"logCollectionFromDate,omitempty"`
77
+ LogCollectionToDate int64 `json:"logCollectionToDate,omitempty"`
78
LogTypes []string `json:"logTypes,omitempty"`
79
SizeRequestedPerFileBytes int64 `json:"sizeRequestedPerFileBytes,omitempty"`
80
UncompressedSizeTotalBytes int64 `json:"uncompressedSizeTotalBytes,omitempty"`
0 commit comments