Files
go-unifi/unifi/setting_element_adopt.go
2024-07-13 04:52:27 -05:00

18 lines
446 B
Go

// Code generated from ace.jar fields *.json files
// DO NOT EDIT.
package unifi
import (
"context"
)
func (c *Client) GetSettingElementAdopt(ctx context.Context, site string) (*SettingElementAdopt, error) {
return c.getSettingElementAdopt(ctx, site)
}
func (c *Client) UpdateSettingElementAdopt(ctx context.Context, site string, d *SettingElementAdopt) (*SettingElementAdopt, error) {
return c.updateSettingElementAdopt(ctx, site, d)
}