Class ListWorkspaceInfoParams


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

    Original spec-file type: ListWorkspaceInfoParams

     Input parameters for the "list_workspace_info" function.
     Only one of each timestamp/epoch pair may be supplied.
     Optional parameters:
     permission perm - filter workspaces by minimum permission level. 'None'
             and 'readable' are ignored.
     list owners - filter workspaces by owner.
     usermeta meta - filter workspaces by the user supplied metadata. NOTE:
             only one key/value pair is supported at this time. A full map
             is provided as input for the possibility for expansion in the
             future.
     timestamp after - only return workspaces that were modified after this
             date.
     timestamp before - only return workspaces that were modified before
             this date.
     epoch after_epoch - only return workspaces that were modified after
             this date.
     epoch before_epoch - only return workspaces that were modified before
             this date.
     boolean excludeGlobal - if excludeGlobal is true exclude world
             readable workspaces. Defaults to false.
     boolean showDeleted - show deleted workspaces that are owned by the
             user.
     boolean showOnlyDeleted - only show deleted workspaces that are owned
             by the user.