models.file_fstat_result module¶
-
class
models.file_fstat_result.
FileFstatResult
(cookie=None, fstat_info=None)[source]¶ Bases:
object
Implementation of the ‘FileFstatResult’ model.
FileFstatResult is the struct to return the result of file Fstats.
- Attributes:
- cookie (int): Cookie is used for paginating results. If
ReadVMDirResult is returning partial results, this field will be set. Supplying this cookie will resume listing from where this result left off.
fstat_info (FileStatInfo): TODO: type description here.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.