Class AlterWorkspaceMetadataParams


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

    Original spec-file type: AlterWorkspaceMetadataParams

     Input parameters for the "alter_workspace_metadata" function.
                     Required arguments:
                     WorkspaceIdentity wsi - the workspace to be altered
                     One or both of the following arguments are required:
                     usermeta new - metadata to assign to the workspace. Duplicate keys will
                             be overwritten.
                     list remove - these keys will be removed from the workspace
                             metadata key/value pairs.
     
    • Constructor Detail

      • AlterWorkspaceMetadataParams

        public AlterWorkspaceMetadataParams()