class Google::Apis::ScriptV1::Content

def update!(**args)

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