Class GetObjectInfoNewParams


  • @Generated("com.googlecode.jsonschema2pojo")
    public class GetObjectInfoNewParams
    extends Object
    Deprecated.
    Workspace.GetObjectInfo3Params

    Original spec-file type: GetObjectInfoNewParams

     Input parameters for the "get_object_info_new" function.
                     Required arguments:
                     list objects - the objects for which the
                             information should be fetched. Subsetting related parameters are
                             ignored.
                     Optional arguments:
                     boolean includeMetadata - include the object metadata in the returned
                             information. Default false.
                     boolean ignoreErrors - Don't throw an exception if an object cannot
                             be accessed; return null for that object's information instead.
                             Default false.
    • Constructor Detail

      • GetObjectInfoNewParams

        public GetObjectInfoNewParams()
        Deprecated.