package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: May 26, 2017
License: GPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DisablePolicyRequest struct {
ApiKey string `json:"apiKey,omitempty"`
Id string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
}
type DisablePolicyResponse struct {
Status string `json:"status"`
Code int `json:"code"`
}
type EnablePolicyRequest struct {
ApiKey string `json:"apiKey,omitempty"`
Id string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
}
type EnablePolicyResponse struct {
Status string `json:"status"`
Code int `json:"code"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.