The storage.py module#

Summary#

PathType

Path type enum for the file, directory, or any.

Description#

Provides the schema for the path type.

Module detail#

class storage.PathType(*args, **kwds)#

Path type enum for the file, directory, or any.

Overview#

Import detail#

from ansys.hps.data_transfer.client.models.storage import PathType

Attribute detail#

PathType.FilePath = 'file'#
PathType.DirPath = 'dir'#
PathType.AnyPath = 'any'#