class Google::Apis::StoragetransferV1::PosixFilesystem

A POSIX filesystem resource.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @root_directory = args[:root_directory] if args.key?(:root_directory)
end