Class GetObjectInfo3Params


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

    Original spec-file type: GetObjectInfo3Params

     Input parameters for the "get_object_info3" function.
                     Required arguments:
                     list objects - the objects for which the
                             information should be fetched. Subsetting related parameters are
                             ignored.
                     Optional arguments:
                     boolean infostruct - return information about the object as a structure rather than a tuple.
                             Default false. If true, infos and paths will be null.
                     boolean includeMetadata - include the user and admin 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 and path instead.
                             Default false.