Documentation ¶ Index ¶ type CBIRegions type Service func New(c *zpa.Client) *Service func (service *Service) GetAll() ([]CBIRegions, *http.Response, error) func (service *Service) GetByName(cbiRegionName string) (*CBIRegions, *http.Response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CBIRegions ¶ type CBIRegions struct { ID string `json:"id,omitempty"` Name string `json:"name,omitempty"` } type Service ¶ type Service struct { Client *zpa.Client } func New ¶ func New(c *zpa.Client) *Service func (*Service) GetAll ¶ func (service *Service) GetAll() ([]CBIRegions, *http.Response, error) func (*Service) GetByName ¶ func (service *Service) GetByName(cbiRegionName string) (*CBIRegions, *http.Response, error) The current API does not seem to support search by Name Source Files ¶ View all Source files cbiregions.go service.go Click to show internal directories. Click to hide internal directories.