Documentation ¶ Index ¶ type ApplicationServicesLite type Service func New(c *zia.Client) *Service func (service *Service) Get(serviceID int) (*ApplicationServicesLite, error) func (service *Service) GetByName(serviceName string) (*ApplicationServicesLite, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ApplicationServicesLite ¶ type ApplicationServicesLite 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(serviceID int) (*ApplicationServicesLite, error) func (*Service) GetByName ¶ func (service *Service) GetByName(serviceName string) (*ApplicationServicesLite, error) Source Files ¶ View all Source files applicationservices.go service.go Click to show internal directories. Click to hide internal directories.