Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobResponse ¶
type JobResponse struct {
JobID string `json:"job_id"`
}
type JobResult ¶
func Update ¶
func Update(c *golangsdk.ServiceClient, instanceId string, opts UpdateBuilder) (r JobResult)
func (JobResult) ExtractJobResponse ¶
func (r JobResult) ExtractJobResponse() (*JobResponse, error)
type UpdateBuilder ¶
type UpdateSqlFilterOpts ¶
type UpdateSqlFilterOpts struct {
SwitchStatus string `json:"switch_status" required:"true"`
}
func (UpdateSqlFilterOpts) ToUpdateMap ¶
func (opts UpdateSqlFilterOpts) ToUpdateMap() (map[string]interface{}, error)
Click to show internal directories.
Click to hide internal directories.