Class MoveDirectoryRequest (0.2.2)

MoveDirectoryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

MoveDirectory request message.

Attributes

NameDescription
workspace str
Required. The workspace's name.
path str
Required. The directory's full path including directory name, relative to the workspace root.
new_path str
Required. The new path for the directory including directory name, rooted at workspace root.

Inheritance

builtins.object > proto.message.Message > MoveDirectoryRequest