Documentation ¶ Index ¶ type ApplicationServicesGroupLite type Service func New(c *zia.Client) *Service func (service *Service) Get(serviceGroupID int) (*ApplicationServicesGroupLite, error) func (service *Service) GetByName(serviceGroupName string) (*ApplicationServicesGroupLite, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ApplicationServicesGroupLite ¶ type ApplicationServicesGroupLite struct { ID int `json:"id"` Name string `json:"name,omitempty"` NameL10nTag bool `json:"nameL10nTag"` } type Service ¶ type Service struct { Client *zia.Client } func New ¶ func New(c *zia.Client) *Service func (*Service) Get ¶ func (service *Service) Get(serviceGroupID int) (*ApplicationServicesGroupLite, error) func (*Service) GetByName ¶ func (service *Service) GetByName(serviceGroupName string) (*ApplicationServicesGroupLite, error) Source Files ¶ View all Source files applicationservicesgroup.go service.go Click to show internal directories. Click to hide internal directories.