networkapplications

package
v2.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2024 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NetworkApplications

type NetworkApplications struct {
	ID             string `json:"id"`
	ParentCategory string `json:"parentCategory,omitempty"`
	Description    string `json:"description,omitempty"`
	Deprecated     bool   `json:"deprecated"`
}

type Service

type Service struct {
	Client *zia.Client
}

func New

func New(c *zia.Client) *Service

func (*Service) GetAll added in v2.2.0

func (service *Service) GetAll(locale string) ([]NetworkApplications, error)

func (*Service) GetByName added in v2.2.0

func (service *Service) GetByName(nwApplicationName, locale string) (*NetworkApplications, error)

func (*Service) GetNetworkApplication

func (service *Service) GetNetworkApplication(id, locale string) (*NetworkApplications, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL