Class ListWorkspaceIDsParams


  • @Generated("com.googlecode.jsonschema2pojo")
    public class ListWorkspaceIDsParams
    extends Object

    Original spec-file type: ListWorkspaceIDsParams

     Input parameters for the "list_workspace_ids" function.
     Optional parameters:
     permission perm - filter workspaces by minimum permission level. 'None'
             and 'readable' are ignored.
     boolean onlyGlobal - if onlyGlobal is true only include world readable
             workspaces. Defaults to false. If true, excludeGlobal is ignored.
     boolean excludeGlobal - if excludeGlobal is true exclude world
             readable workspaces. Defaults to true.
     
    • Constructor Detail

      • ListWorkspaceIDsParams

        public ListWorkspaceIDsParams()