Documentation ¶ Index ¶ type CBIRegions func GetAll(ctx context.Context, service *zscaler.Service) ([]CBIRegions, *http.Response, error) func GetByName(ctx context.Context, service *zscaler.Service, 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"` } func GetAll ¶ func GetAll(ctx context.Context, service *zscaler.Service) ([]CBIRegions, *http.Response, error) func GetByName ¶ func GetByName(ctx context.Context, service *zscaler.Service, 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 Click to show internal directories. Click to hide internal directories.