package
Version:
v0.5.3
Opens a new window with list of versions in this module.
Published: Oct 20, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type GetResponse struct {
MaintainWindows []MaintainWindow `json:"maintain_windows"`
}
GetResponse response
type GetResult struct {
golangsdk.Result
}
GetResult contains the body of getting detailed
func Get(client *golangsdk.ServiceClient) (r GetResult)
Get maintain windows
type MaintainWindow struct {
ID int `json:"seq"`
Begin string `json:"begin"`
End string `json:"end"`
Default bool `json:"default"`
}
MaintainWindow for dms
Source Files
¶
Click to show internal directories.
Click to hide internal directories.