class Google::Apis::StoragetransferV1::PosixFilesystem
A POSIX filesystem resource.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @root_directory = args[:root_directory] if args.key?(:root_directory) end