Versions in this module Expand all Collapse all v1 v1.0.3 May 18, 2022 v1.0.2 May 18, 2022 v1.0.1 May 18, 2022 v1.0.0 May 18, 2022 Changes in this version + type NetworkApplicationGroups struct + Description string + ID int + Name string + NetworkApplications []string + type NetworkApplications struct + Deprecated bool + Description string + ID string + ParentCategory string + type Service struct + Client *client.Client + func New(c *client.Client) *Service + func (service *Service) Create(applicationGroup *NetworkApplicationGroups) (*NetworkApplicationGroups, error) + func (service *Service) Delete(groupID int) (*http.Response, error) + func (service *Service) GetNetworkApplication(id, locale string) (*NetworkApplications, error) + func (service *Service) GetNetworkApplicationGroups(groupID int) (*NetworkApplicationGroups, error) + func (service *Service) GetNetworkApplicationGroupsByName(appGroupsName string) (*NetworkApplicationGroups, error) + func (service *Service) Update(groupID int, applicationGroup *NetworkApplicationGroups) (*NetworkApplicationGroups, *http.Response, error)