Class SaveObjectParams


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

    Original spec-file type: save_object_params

     Input parameters for the "save_object" function. Provided for backwards
     compatibility.
     Required arguments:
     type_string type - type of the object to be saved
     ws_name workspace - name of the workspace where the object is to be
             saved
     obj_name id - name behind which the object will be saved in the
             workspace
     UnspecifiedObject data - data to be saved in the workspace
     Optional arguments:
     usermeta metadata - arbitrary user-supplied metadata for the object,
             not to exceed 16kb; if the object type specifies automatic
             metadata extraction with the 'meta ws' annotation, and your
             metadata name conflicts, then your metadata will be silently
             overwritten.
     string auth - the authentication token of the KBase account accessing
             the workspace. Overrides the client provided authorization
             credentials if they exist.
    • Constructor Detail

      • SaveObjectParams

        public SaveObjectParams()
        Deprecated.